mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 07:13:20 +00:00
Uppercase variable overlooked in last commit.
Originally committed as revision 9777 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
22a324da72
commit
021551c587
@ -2,7 +2,7 @@
|
||||
include ../config.mak
|
||||
|
||||
# Overload incdir, postproc include files go in a different directory.
|
||||
incdir=$(prefix)/include/postproc
|
||||
INCDIR=$(prefix)/include/postproc
|
||||
|
||||
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user