OSDN Git Service

avcodec/texturedsp: Fix runtime error: left shift of 255 by 24 places cannot be repre...
[android-x86/external-ffmpeg.git] / Makefile
index 0122e16..d414cf8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,8 +59,7 @@ FFLIBS := avutil
 DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.ffpreset) $(SRC_PATH)/doc/ffprobe.xsd
 EXAMPLES_FILES := $(wildcard $(SRC_PATH)/doc/examples/*.c) $(SRC_PATH)/doc/examples/Makefile $(SRC_PATH)/doc/examples/README
 
-SKIPHEADERS = cmdutils_common_opts.h                                    \
-              compat/w32pthreads.h
+SKIPHEADERS = compat/w32pthreads.h
 
 # first so "all" becomes default target
 all: all-yes