diff options
author | Måns Rullgård <mans@mansr.com> | 2008-04-07 21:16:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-04-07 21:16:31 +0000 |
commit | 71c61f62a3ca855062c832ec2ed27e331221af45 (patch) | |
tree | 8345f97e1bc07033d6d183fe33c65c3f6e1b0814 /libpostproc/Makefile | |
parent | c09ed33e186ea0ba4ab96599bd69aea462aabeda (diff) | |
download | ffmpeg-streaming-71c61f62a3ca855062c832ec2ed27e331221af45.zip ffmpeg-streaming-71c61f62a3ca855062c832ec2ed27e331221af45.tar.gz |
non-recursive makefiles
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r-- | libpostproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 555b472..bd0b71e 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -1,4 +1,4 @@ -include ../config.mak +include $(SUBDIR)../config.mak NAME = postproc FFLIBS = avutil @@ -7,4 +7,4 @@ HEADERS = postprocess.h OBJS = postprocess.o -include ../common.mak +include $(SUBDIR)../subdir.mak |