diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 13:32:24 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 13:32:24 +0000 |
commit | f415c639b94280b731106991573de53a807f6ef4 (patch) | |
tree | f0da74c976ecc49e08a7260f85895f8417827aae /libmpcodecs/Makefile | |
parent | 57d5e4eb12afbb2557414e7b734fccf06b1a6334 (diff) |
Move common code to mpcommon.mak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21323 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r-- | libmpcodecs/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index c43381048b..1aa84f7f24 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -154,14 +154,6 @@ LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec -SRCS += $(SRCS-yes) -SRCS2 += $(SRCS2-yes) -LIBAV_INC += $(LIBAV_INC-yes) - - -OBJS=$(SRCS:.c=.o) -OBJS2=$(SRCS2:.c=.o) - CFLAGS = -I.. \ -Inative \ -I../libmpdemux \ |