diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
commit | f7d4dd174becb9deca68d268dea93cd5f028ff65 (patch) | |
tree | 623eee62f1b9c8e9a73368e2ff11ddfffcc72a4e /Makefile | |
parent | 72d1a2042f98c0b86ed4526620e6166e1a8c13bd (diff) |
OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,7 +40,6 @@ SRCS_COMMON = asxparser.c \ SRCS_MENCODER = mencoder.c \ mp_msg-mencoder.c \ $(SRCS_COMMON) \ - divx4_vbr.c \ libvo/aclib.c \ libvo/font_load.c \ libvo/osd.c \ @@ -129,7 +128,6 @@ CFLAGS = $(OPTFLAGS) -I. \ $(CACA_INC) \ $(CDPARANOIA_INC) \ $(DVB_INC) \ - $(EXTRA_INC) \ $(FONTCONFIG_INC) \ $(FREETYPE_INC) \ $(FRIBIDI_INC) \ |