diff options
author | Måns Rullgård <mans@mansr.com> | 2006-06-01 21:49:51 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-06-01 21:49:51 +0000 |
commit | 21f9324b60bc16bfcc37865e2409e5668308c4cf (patch) | |
tree | 83ca4ad1753aef71bbfca7c675b95b89af639c53 /libpostproc/Makefile | |
parent | 6d9a2421061f7a3481c9ea5cc4148313ee63c511 (diff) | |
download | ffmpeg-streaming-21f9324b60bc16bfcc37865e2409e5668308c4cf.zip ffmpeg-streaming-21f9324b60bc16bfcc37865e2409e5668308c4cf.tar.gz |
10l to Diego
Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 2a7eb42..10b3175 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -5,7 +5,7 @@ include ../config.mak incdir=$(prefix)/include/postproc NAME=postproc -SUBDIR=libavcodec/libpostproc +SUBDIR=libpostproc ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SPPVERSION) LIBMAJOR=$(SPPMAJOR) |