mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 18:35:16 +01:00
Revert to Qt 4.7tp1 on mac & add an extra gstreamer plugin.
This commit is contained in:
parent
bb015ca3aa
commit
c2843345f1
@ -21,7 +21,7 @@ import subprocess
|
||||
import sys
|
||||
|
||||
FRAMEWORK_SEARCH_PATH=[
|
||||
# '/usr/local/Trolltech/Qt-4.7.0/lib',
|
||||
'/usr/local/Trolltech/Qt-4.7.0/lib',
|
||||
'/Library/Frameworks',
|
||||
os.path.join(os.environ['HOME'], 'Library/Frameworks')
|
||||
]
|
||||
@ -65,6 +65,7 @@ GSTREAMER_PLUGINS=[
|
||||
'libgstosxaudio.so',
|
||||
'libgsttypefindfunctions.so',
|
||||
'libgstvolume.so',
|
||||
'libgstdecodebin2.so',
|
||||
|
||||
# Codecs
|
||||
'libgstaacparse.so',
|
||||
@ -106,7 +107,7 @@ QT_PLUGINS = [
|
||||
'imageformats/libqtiff.dylib',
|
||||
]
|
||||
QT_PLUGINS_SEARCH_PATH=[
|
||||
# '/usr/local/Trolltech/Qt-4.7.0/plugins',
|
||||
'/usr/local/Trolltech/Qt-4.7.0/plugins',
|
||||
'/Developer/Applications/Qt/plugins',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user