[vlc-devel] commit: Remove access filter record from build system. (Laurent Aimar )

git version control git at videolan.org
Wed Aug 27 01:22:49 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Aug 27 01:22:51 2008 +0200| [d6b9203f5f244c3fb3d31668adfbefe4d215a77c] | committer: Laurent Aimar 

Remove access filter record from build system.

I forgot that changes in [f351451d9b294d126ee046c4d651cdcb6101dbf2]

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6b9203f5f244c3fb3d31668adfbefe4d215a77c
---

 configure.ac                     |    1 -
 modules/access_filter/Modules.am |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index eccbafe..ba03506 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1173,7 +1173,6 @@ dnl Video codecs:
 VLC_ADD_PLUGIN([rawvideo])
 dnl Access filters:
 VLC_ADD_PLUGIN([access_filter_timeshift])
-VLC_ADD_PLUGIN([access_filter_record])
 VLC_ADD_PLUGIN([access_filter_dump])
 VLC_ADD_PLUGIN([access_filter_bandwidth])
 
diff --git a/modules/access_filter/Modules.am b/modules/access_filter/Modules.am
index 5b2eaca..2b86abb 100644
--- a/modules/access_filter/Modules.am
+++ b/modules/access_filter/Modules.am
@@ -1,4 +1,3 @@
 SOURCES_access_filter_timeshift = timeshift.c
-SOURCES_access_filter_record = record.c
 SOURCES_access_filter_dump = dump.c
 SOURCES_access_filter_bandwidth = bandwidth.c




More information about the vlc-devel mailing list