Commit fae919d4 authored by diego's avatar diego

Fix typo in the names of variables assigned to OS-specific path variables.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 643105a3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment