2002-12-08 14:49:20 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-23 13:25:04 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
2002-11-26 14:50:05 +00:00
|
|
|
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) $(FFMPEG_CFLAGS)
|
2002-06-03 22:48:11 +00:00
|
|
|
libgstffmpeg_la_LIBADD =
|
2002-11-26 14:50:05 +00:00
|
|
|
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(FFMPEG_LIBS)
|
2001-12-23 13:25:04 +00:00
|
|
|
|
2002-11-06 23:53:46 +00:00
|
|
|
noinst_HEADERS =
|