Mercurial > libavcodec.hg
diff Makefile @ 4065:93163e2a2398 libavcodec
Do not use a fake libavcodec/swscale.h, but always use the real one
(from libswscale) instead
author | lucabe |
---|---|
date | Mon, 23 Oct 2006 17:06:32 +0000 |
parents | f20c7bb12103 |
children | f426c81afc9e |
line wrap: on
line diff
--- a/Makefile Mon Oct 23 16:54:21 2006 +0000 +++ b/Makefile Mon Oct 23 17:06:32 2006 +0000 @@ -4,7 +4,7 @@ # include ../config.mak -CFLAGS+=$(AMR_CFLAGS) +CFLAGS+=-I$(SRC_PATH)/libswscale $(AMR_CFLAGS) OBJS= bitstream.o \ utils.o \ @@ -45,9 +45,6 @@ HEADERS = avcodec.h opt.h -ifneq ($(CONFIG_SWSCALER),yes) -HEADERS += swscale.h -endif OBJS-$(CONFIG_AASC_DECODER) += aasc.o OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o