diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-01-10 15:10:53 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-01-10 15:10:53 +0100 |
commit | e1787e07761d23f625d7814f5b0721ec9aaf979d (patch) | |
tree | d34078a54f5b4c3139c8da58df5263cf0cab3870 /gst/rtsp-server/Makefile.am | |
parent | 7b3cbfde1bb84297ccd405f2b9cb2837b270e148 (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.am | 4 |
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 \ |