forked from FFmpeg/FFmpeg
avutil: skip old_pix_fmts.h since it is just a list
This commit is contained in:
parent
7e522859fc
commit
ea14a655f7
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ OBJS = adler32.o \
|
||||||
OBJS-$(HAVE_MSVCRT) += ../compat/msvcrt/snprintf.o \
|
OBJS-$(HAVE_MSVCRT) += ../compat/msvcrt/snprintf.o \
|
||||||
../compat/strtod.o
|
../compat/strtod.o
|
||||||
|
|
||||||
|
SKIPHEADERS = old_pix_fmts.h
|
||||||
|
|
||||||
TESTPROGS = adler32 \
|
TESTPROGS = adler32 \
|
||||||
aes \
|
aes \
|
||||||
avstring \
|
avstring \
|
||||||
|
|
Loading…
Add table
Reference in a new issue