[FFmpeg-cvslog] r25199 - trunk/libavfilter/Makefile
michael
subversion
Sat Sep 25 19:09:13 CEST 2010
Author: michael
Date: Sat Sep 25 19:09:12 2010
New Revision: 25199
Log:
Stefanos port was missing DIRS variable in the Makefile for the newly added x86
Modified:
trunk/libavfilter/Makefile
Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile Sat Sep 25 19:03:26 2010 (r25198)
+++ trunk/libavfilter/Makefile Sat Sep 25 19:09:12 2010 (r25199)
@@ -46,4 +46,6 @@ OBJS-$(CONFIG_NULLSRC_FILTER)
OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
+DIRS = x86
+
include $(SUBDIR)../subdir.mak
More information about the ffmpeg-cvslog
mailing list