summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:10:28 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:10:28 +0200
commitc10caea2144fefc5e3e80807f301b3bf7a9b2753 (patch)
treea95ff58f6b692e2352b6f8254d56cc92da5053f1 /libavutil/Makefile
parent41194f065c8e9b138db069417494e2f845c7b275 (diff)
parent183db02a51a422568084b113a7571c845ca68622 (diff)
Merge commit '183db02a51a422568084b113a7571c845ca68622'
* commit '183db02a51a422568084b113a7571c845ca68622': lavu: Drop deprecated old_pix_fmt.h and related code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index ac9313f89a..b76bcde9e0 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -42,7 +42,6 @@ HEADERS = adler32.h \
motion_vector.h \
murmur3.h \
dict.h \
- old_pix_fmts.h \
opt.h \
parseutils.h \
pixdesc.h \
@@ -148,8 +147,6 @@ OBJS += $(COMPAT_OBJS:%=../compat/%)
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += avutilres.o
-SKIPHEADERS = old_pix_fmts.h
-
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h
SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h