summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 13:32:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 13:32:24 +0000
commitf415c639b94280b731106991573de53a807f6ef4 (patch)
treef0da74c976ecc49e08a7260f85895f8417827aae /libvo
parent57d5e4eb12afbb2557414e7b734fccf06b1a6334 (diff)
downloadmpv-f415c639b94280b731106991573de53a807f6ef4.tar.bz2
mpv-f415c639b94280b731106991573de53a807f6ef4.tar.xz
Move common code to mpcommon.mak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21323 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index b07c0ab62f..6eb8bbc580 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -25,17 +25,8 @@ SRCS2 = aclib.c \
SRCS2-$(BITMAP_FONT) += font_load.c
SRCS2-$(FREETYPE) += font_load_ft.c
-OBJS_TEMP=$(basename $(SRCS))
-OBJS=$(OBJS_TEMP:%=%.o)
-
-OBJS2=$(SRCS2:.c=.o)
-
LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil
-SRCS += $(SRCS-yes)
-SRCS2 += $(SRCS2-yes)
-LIBAV_INC += $(LIBAV_INC-yes)
-
CFLAGS = -I.. -I../osdep $(LIBAV_INC)
include ../mpcommon.mak