diff Makefile @ 16:ac05bfe3da66 libpostproc

make postproc use avutil
author lu_zero
date Mon, 02 Oct 2006 10:49:27 +0000
parents ac99241b61c3
children 1648a390355a
line wrap: on
line diff
--- a/Makefile	Tue Sep 12 10:50:32 2006 +0000
+++ b/Makefile	Mon Oct 02 10:49:27 2006 +0000
@@ -15,7 +15,7 @@
 
 HEADERS = postprocess.h
 
-CFLAGS  = -I.. -I$(SRC_PATH)/libavcodec $(OPTFLAGS)
+CFLAGS  = -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS)
 # -I/usr/X11R6/include/
 
 include $(SRC_PATH)/common.mak