mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix typo in the names of variables assigned to OS-specific path variables.
Originally committed as revision 13717 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
227322b837
commit
fbd971a444
4
configure
vendored
4
configure
vendored
@ -1244,7 +1244,7 @@ case $target_os in
|
||||
disable need_memalign
|
||||
LIBTARGET=x64
|
||||
fi
|
||||
shlibdir_default="$bindir"
|
||||
shlibdir_default="$bindir_default"
|
||||
VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
|
||||
VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
|
||||
if enabled swscale; then
|
||||
@ -1265,7 +1265,7 @@ case $target_os in
|
||||
;;
|
||||
cygwin*)
|
||||
target_os=cygwin
|
||||
shlibdir_default="$bindir"
|
||||
shlibdir_default="$bindir_default"
|
||||
VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
|
||||
VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
|
||||
if enabled swscale; then
|
||||
|
Loading…
Reference in New Issue
Block a user