From 5d0e2d7550c3cd8863cefe4e8c54439b05885f2b Mon Sep 17 00:00:00 2001 From: Julian Depetris Chauvin Date: Wed, 8 May 2013 07:47:28 -0300 Subject: [PATCH] Mac-specific: update project file to use GD custom ffmpeg/libao libraries. Set script to executable mode. --- goldendict.pro | 6 +++--- maclibs/install_aoplugin.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 maclibs/install_aoplugin.sh diff --git a/goldendict.pro b/goldendict.pro index 980985f4..e10d143a 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -119,9 +119,9 @@ mac { -lhunspell-1.2 \ -llzo2 \ -lao \ - -lavutil \ - -lavcodec \ - -lavformat + -lavutil-gd \ + -lavformat-gd \ + -lavcodec-gd INCLUDEPATH = maclibs/include LIBS += -Lmaclibs/lib -framework AppKit -framework Carbon OBJECTIVE_SOURCES += lionsupport.mm \ diff --git a/maclibs/install_aoplugin.sh b/maclibs/install_aoplugin.sh old mode 100644 new mode 100755