2001-12-23 13:25:04 +00:00
|
|
|
plugindir = $(libdir)/gst
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstffmpeg.la
|
|
|
|
|
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 \
|
|
|
|
gstffmpegdemux.c \
|
2002-11-25 21:37:26 +00:00
|
|
|
gstffmpegenc.c \
|
2002-11-06 23:53:46 +00:00
|
|
|
gstffmpegmux.c \
|
|
|
|
gstffmpegprotocol.c \
|
2002-11-25 21:37:26 +00:00
|
|
|
gstffmpegtypes.c
|
2002-11-06 23:53:46 +00:00
|
|
|
|
|
|
|
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) -I/opt/src/sourceforge/ffmpeg/ -I/opt/src/sourceforge/ffmpeg/libavcodec/
|
2002-06-03 22:48:11 +00:00
|
|
|
libgstffmpeg_la_LIBADD =
|
|
|
|
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -L/opt/src/sourceforge/ffmpeg/libavcodec -lavcodec -L/opt/src/sourceforge/ffmpeg/libav -lavformat
|
2001-12-23 13:25:04 +00:00
|
|
|
|
2002-11-06 23:53:46 +00:00
|
|
|
noinst_HEADERS =
|