summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-08-19 21:05:26 +0000
committerChristian Schaller <uraeus@gnome.org>2003-08-19 21:05:26 +0000
commitb3e56c4bde48ef161817b903ce2bd74b789fda4c (patch)
treecebe8300460f63e0158cbe8903b19f2a36ed8345 /gst-libs
parent4c4fb138ffe31e90710a887174df1968d59081c8 (diff)
downloadgst-plugins-bad-b3e56c4bde48ef161817b903ce2bd74b789fda4c.tar.gz
gst-plugins-bad-b3e56c4bde48ef161817b903ce2bd74b789fda4c.tar.bz2
gst-plugins-bad-b3e56c4bde48ef161817b903ce2bd74b789fda4c.zip
needed fixes to enable building of RPMS of gst-plugins
Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/ext/mplex/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/ext/mplex/Makefile.am b/gst-libs/ext/mplex/Makefile.am
index db6856c9..31e980f8 100644
--- a/gst-libs/ext/mplex/Makefile.am
+++ b/gst-libs/ext/mplex/Makefile.am
@@ -23,7 +23,9 @@ libmplex_la_SOURCES = \
stillsstream.cc stillsstream.hh \
mjpeg_logging.cc mjpeg_logging.h \
yuv4mpeg.cc yuv4mpeg_ratio.cc yuv4mpeg.h \
- mpegconsts.cc mpegconsts.h
+ mpegconsts.cc mpegconsts.h mjpeg_types.h format_codes.h \
+ fastintfns.h mjpeg_logging.h mpegconsts.h yuv4mpeg_intern.h \
+ mjpeg_types.h yuv4mpeg.h
libmplex_la_CXXFLAGS = $(GST_CFLAGS)
libmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS)