summaryrefslogtreecommitdiffstats
path: root/libmpeg2/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-07 16:32:54 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-07 16:32:54 +0000
commit2563ac95f0642cde33c1dc911027d31a5a117802 (patch)
tree9b1a468037c3e78069dbc5e9aeeeb4a9da5c5089 /libmpeg2/Makefile
parente3ae844c0ee4751b74268b9aba0b585fc364f2eb (diff)
downloadmpv-2563ac95f0642cde33c1dc911027d31a5a117802.tar.bz2
mpv-2563ac95f0642cde33c1dc911027d31a5a117802.tar.xz
quant_store moved to frame struct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5516 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/Makefile')
-rw-r--r--libmpeg2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 476e09b95e..914b41844d 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -5,7 +5,7 @@ include ../config.mak
SRCS = header.c idct.c idct_mmx.c idct_mlib.c \
motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \
- slice.c stats.c decode.c
+ slice.c stats.c # decode.c
OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY