2003-06-07 00:41:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstffmpeg.la
|
2001-12-23 13:25:04 +00:00
|
|
|
|
2002-11-06 23:53:46 +00:00
|
|
|
libgstffmpeg_la_SOURCES = gstffmpeg.c \
|
2002-11-25 21:37:26 +00:00
|
|
|
gstffmpegcodecmap.c \
|
2002-11-06 23:53:46 +00:00
|
|
|
gstffmpegdec.c \
|
Backport BRANCH-THREADED to HEAD, fix a bit.
Original commit message from CVS:
* configure.ac:
* ext/ffmpeg/Makefile.am:
* ext/ffmpeg/gstffmpeg.c: (plugin_init):
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init),
(gst_ffmpegdec_init), (gst_ffmpegdec_query), (gst_ffmpegdec_event),
(gst_ffmpegdec_open), (gst_ffmpegdec_setcaps),
(gst_ffmpegdec_get_buffer), (gst_ffmpegdec_negotiate),
(gst_ffmpegdec_frame), (gst_ffmpegdec_sink_event),
(gst_ffmpegdec_chain), (gst_ffmpegdec_change_state),
(gst_ffmpegdec_register):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
(gst_ffmpegenc_init), (gst_ffmpegenc_getcaps),
(gst_ffmpegenc_setcaps), (gst_ffmpegenc_chain_video),
(gst_ffmpegenc_chain_audio):
* ext/libpostproc/Makefile.am:
Backport BRANCH-THREADED to HEAD, fix a bit.
2005-08-05 15:29:56 +00:00
|
|
|
gstffmpegenc.c
|
|
|
|
# gstffmpegdemux.c \
|
|
|
|
# gstffmpegmux.c \
|
|
|
|
# gstffmpegprotocol.c \
|
|
|
|
# gstffmpegcolorspace.c \
|
|
|
|
# gstffmpegscale.c \
|
|
|
|
# gstffmpegdeinterlace.c
|
2002-11-06 23:53:46 +00:00
|
|
|
|
2002-12-26 10:53:21 +00:00
|
|
|
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) \
|
2004-03-11 18:18:36 +00:00
|
|
|
-I $(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
|
|
|
|
-I $(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec
|
2002-12-26 10:53:21 +00:00
|
|
|
libgstffmpeg_la_LIBADD = \
|
2004-03-11 18:18:36 +00:00
|
|
|
$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \
|
|
|
|
$(top_builddir)/gst-libs/ext/ffmpeg/libavcodec/libavcodec.la
|
2002-12-26 10:53:21 +00:00
|
|
|
|
|
|
|
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-23 13:25:04 +00:00
|
|
|
|
2004-12-18 20:59:37 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstffmpeg.h \
|
|
|
|
gstffmpegcodecmap.h
|