From fbb6b80239e3a0f706455c655fe7e063fecd6e74 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Tue, 26 Apr 2005 08:25:33 +0000 Subject: [PATCH] * configure.ac: add access_filter_record to the build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c784c37535..0fcabb83a2 100644 --- a/configure.ac +++ b/configure.ac @@ -984,7 +984,7 @@ VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) if test "${SYS}" != "mingwce"; then dnl VLC_ADD_PLUGINS([externrun]) - VLC_ADD_PLUGINS([access_fake access_filter_timeshift]) + VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf time marq sap shout]) VLC_ADD_PLUGINS([mosaic wall motiondetect clone crop]) VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga])