Mercurial > mplayer.hg
diff libmpcodecs/Makefile @ 21390:fd1495e1538d
Add libav include paths to CFLAGS without indirection.
author | diego |
---|---|
date | Fri, 01 Dec 2006 01:11:42 +0000 |
parents | 19130f5f7066 |
children | 490dc8ba9ea4 |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Thu Nov 30 21:59:55 2006 +0000 +++ b/libmpcodecs/Makefile Fri Dec 01 01:11:42 2006 +0000 @@ -151,18 +151,17 @@ SRCS2-$(MP3LAME) += ae_lame.c -LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil -LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec - # -I.. to include ../liba52 before ../libavcodec/liba52. CFLAGS = -I.. \ -Inative \ -I../libmpdemux \ -I../stream \ -I../loader \ - $(LIBAV_INC) \ -D_GNU_SOURCE \ +CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil +CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec + include ../mpcommon.mak clean::