diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-13 13:52:04 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-13 13:52:04 +0000 |
commit | 3ad1774754a31a6942a64c1bb4d87485456457b7 (patch) | |
tree | 3641a43bf478415de79edaa458c3ede8191801ee /gst | |
parent | 45671a20ead38815bc281e07e40cadf2721238e5 (diff) |
add rtsp and esd files to spec and fix some disting issues
Original commit message from CVS:
add rtsp and esd files to spec and fix some disting issues
Diffstat (limited to 'gst')
-rw-r--r-- | gst/effectv/Makefile.am | 2 | ||||
-rw-r--r-- | gst/rtp/Makefile.am | 2 | ||||
-rw-r--r-- | gst/rtsp/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am index fd87b7d6..dc6257d4 100644 --- a/gst/effectv/Makefile.am +++ b/gst/effectv/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsteffectv.la libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c libgsteffectv_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS) -I$(top_srcdir)/gst/videofilter -libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter.la +libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter-0.9.la libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_LIBS_LIBS) noinst_HEADERS = gsteffectv.h diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index f23cea2d..544ac041 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -8,4 +8,4 @@ libgstrtp_la_SOURCES = gstrtp.c gstrtpdec.c libgstrtp_la_CFLAGS = $(GST_CFLAGS) libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstrtpL16enc.h gstrtpL16parse.h gstrtpgsmenc.h gstrtpgsmparse.h gstrtp-common.h rtp-packet.h +noinst_HEADERS = gstrtpL16enc.h gstrtpL16parse.h gstrtpgsmenc.h gstrtpgsmparse.h gstrtp-common.h rtp-packet.h gstrtpdec.h diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index 2a90944b..4d209646 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -19,4 +19,4 @@ test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptr test_CFLAGS = $(GST_CFLAGS) test_LDFLAGS = $(GST_LIBS) -noinst_HEADERS = gstrtspsrc.h gstrtsp.h rtsptransport.h +noinst_HEADERS = gstrtspsrc.h gstrtsp.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h |