From fbd971a444566844680f1eeb4efc501ba50233a0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Jun 2008 21:34:19 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cd3b600dab..7c01c4d644 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3