[FFmpeg-cvslog] build: Drop unused X86-OBJS variable.

Diego Biurrun git at videolan.org
Sat Feb 4 03:31:50 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb  2 23:37:30 2012 +0100| [7f2885bbb7f28fd81595dc7e3ed7baa2baa42d5f] | committer: Diego Biurrun

build: Drop unused X86-OBJS variable.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f2885bbb7f28fd81595dc7e3ed7baa2baa42d5f
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c9821b7..35912e5 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ config.h: .config
 	@-tput sgr0 2>/dev/null
 
 SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \
-               ALTIVEC-OBJS MMX-OBJS NEON-OBJS X86-OBJS YASM-OBJS-FFT YASM-OBJS \
+               ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS-FFT YASM-OBJS    \
                HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS
 
 define RESET



More information about the ffmpeg-cvslog mailing list