From: Laurent Aimar Date: Tue, 26 Aug 2008 23:22:51 +0000 (+0200) Subject: Remove access filter record from build system. X-Git-Tag: 1.0.0-pre1~3816 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=d6b9203f5f244c3fb3d31668adfbefe4d215a77c Remove access filter record from build system. I forgot that changes in [f351451d9b294d126ee046c4d651cdcb6101dbf2] --- diff --git a/configure.ac b/configure.ac index eccbafece5..ba03506406 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 5b2eaca07d..2b86abb6f9 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