summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-23 13:25:42 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-23 13:25:42 +0100
commit82a90e7764ad04afd3679e4e4e89d85c7e4d4b53 (patch)
tree81d41c1f195e173b1cca9d78bf2dee13eb49be13 /libavcodec/Makefile
parent686e662676288f04337d1dffcd0edf8235c9c8bf (diff)
Move avpriv_find_pix_fmt() to utils.c
Fixes build with --disable-everything Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 8c4d292376..b7c33eb0fb 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -26,7 +26,6 @@ OBJS = allcodecs.o \
options.o \
parser.o \
raw.o \
- rawdec.o \
resample.o \
resample2.o \
utils.o \