Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-02 01:49:51 +0400
committerMåns Rullgård <mans@mansr.com>2006-06-02 01:49:51 +0400
commit21f9324b60bc16bfcc37865e2409e5668308c4cf (patch)
tree83ca4ad1753aef71bbfca7c675b95b89af639c53 /libpostproc/Makefile
parent6d9a2421061f7a3481c9ea5cc4148313ee63c511 (diff)
10l to Diego
Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r--libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index 2a7eb42c2c..10b3175a29 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)