summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-01-10 15:10:53 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-01-10 15:10:53 +0100
commite1787e07761d23f625d7814f5b0721ec9aaf979d (patch)
treed34078a54f5b4c3139c8da58df5263cf0cab3870 /gst/rtsp-server/Makefile.am
parent7b3cbfde1bb84297ccd405f2b9cb2837b270e148 (diff)
funnel: rename fsfunnel to rtspfunnel
Rename the funnel to avoid conflicts with the farsight one.
Diffstat (limited to 'gst/rtsp-server/Makefile.am')
-rw-r--r--gst/rtsp-server/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am
index d3819b5..50e2718 100644
--- a/gst/rtsp-server/Makefile.am
+++ b/gst/rtsp-server/Makefile.am
@@ -1,5 +1,5 @@
public_headers = \
- fs-funnel.h \
+ rtsp-funnel.h \
rtsp-params.h \
rtsp-sdp.h \
rtsp-media.h \
@@ -12,7 +12,7 @@ public_headers = \
rtsp-server.h
c_sources = \
- fs-funnel.c \
+ rtsp-funnel.c \
rtsp-params.c \
rtsp-sdp.c \
rtsp-media.c \