]> git.sesse.net Git - vlc/commitdiff
Remove access filter record from build system.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 26 Aug 2008 23:22:51 +0000 (01:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 26 Aug 2008 23:22:51 +0000 (01:22 +0200)
I forgot that changes in [f351451d9b294d126ee046c4d651cdcb6101dbf2]

configure.ac
modules/access_filter/Modules.am

index eccbafece5ed5e073fe527c2073d64add15ea9f8..ba035064062fc8551c97d8ee97f5b7c417c3c434 100644 (file)
@@ -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])
 
index 5b2eaca07df86e980441d35794227bf73014a184..2b86abb6f974a8d69a7cadd9cbc8854575315f37 100644 (file)
@@ -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