Apply FreeBSD fixes part of ldflags_order patch from Alberto Villa.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 3 May 2009 00:08:46 +0000 (00:08 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 3 May 2009 00:08:46 +0000 (00:08 +0000)
Signed-off-by: Dan Dennedy <dan@dennedy.org>

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1417 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/avformat/configure
src/modules/qimage/configure

index f6ee353..ab40cb4 100755 (executable)
@@ -33,7 +33,7 @@ else
        Darwin)
                export LIBSUF=.dylib
                ;;
-       Linux)
+       Linux|FreeBSD)
                export LIBSUF=.so
                ;;
        *)
index f10f4ac..7111947 100755 (executable)
@@ -16,13 +16,13 @@ EOF
 else
        targetos=$(uname -s)
        case $targetos in
-    MINGW32*)
-        export LIBSUF=.dll
-        ;;
+       MINGW32*)
+               export LIBSUF=.dll
+               ;;
        Darwin)
                export LIBSUF=.dylib
                ;;
-       Linux)
+       Linux|FreeBSD)
                export LIBSUF=.so
                ;;
        *)