Commit d6b9203f authored by Laurent Aimar's avatar Laurent Aimar

Remove access filter record from build system.

I forgot that changes in [f351451d]
parent 0ceca03f
...@@ -1173,7 +1173,6 @@ dnl Video codecs: ...@@ -1173,7 +1173,6 @@ dnl Video codecs:
VLC_ADD_PLUGIN([rawvideo]) VLC_ADD_PLUGIN([rawvideo])
dnl Access filters: dnl Access filters:
VLC_ADD_PLUGIN([access_filter_timeshift]) VLC_ADD_PLUGIN([access_filter_timeshift])
VLC_ADD_PLUGIN([access_filter_record])
VLC_ADD_PLUGIN([access_filter_dump]) VLC_ADD_PLUGIN([access_filter_dump])
VLC_ADD_PLUGIN([access_filter_bandwidth]) VLC_ADD_PLUGIN([access_filter_bandwidth])
......
SOURCES_access_filter_timeshift = timeshift.c SOURCES_access_filter_timeshift = timeshift.c
SOURCES_access_filter_record = record.c
SOURCES_access_filter_dump = dump.c SOURCES_access_filter_dump = dump.c
SOURCES_access_filter_bandwidth = bandwidth.c SOURCES_access_filter_bandwidth = bandwidth.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment