Mac-specific: update project file to use GD custom ffmpeg/libao libraries. Set script to executable mode.

This commit is contained in:
Julian Depetris Chauvin 2013-05-08 07:47:28 -03:00
parent f727bab818
commit 5d0e2d7550
2 changed files with 3 additions and 3 deletions

View file

@ -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 \

0
maclibs/install_aoplugin.sh Normal file → Executable file
View file