summaryrefslogtreecommitdiffstats
path: root/libmpeg2/Makefile
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-22 10:22:31 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-22 10:22:31 +0000
commit03301bcf6f0017ab570c7ecd0ab6ab0ba687a255 (patch)
tree19657316a3ad01363c348f37d86e28b0d76a67e8 /libmpeg2/Makefile
parentc27c5503534fd26ea3d61ac91a9ebc5c26b662e2 (diff)
downloadmpv-03301bcf6f0017ab570c7ecd0ab6ab0ba687a255.tar.bz2
mpv-03301bcf6f0017ab570c7ecd0ab6ab0ba687a255.tar.xz
revert useless uyvy planar->packed converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14014 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 791493a108..137957b23e 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -3,7 +3,7 @@ LIBNAME = libmpeg2.a
include ../config.mak
-SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c uyvy.c
+SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c
OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)