Skip to content

Commit

Permalink
Don't link ffmpeg libs on Meego.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Nov 12, 2013
1 parent f6f3988 commit 4d4a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt/PPSSPP.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ symbian:FFMPEG_DIR = -l

# External (platform-dependant) libs
win32|symbian: LIBS += $${FFMPEG_DIR}avformat.lib $${FFMPEG_DIR}avcodec.lib $${FFMPEG_DIR}avutil.lib $${FFMPEG_DIR}swresample.lib $${FFMPEG_DIR}swscale.lib
else: LIBS += $${FFMPEG_DIR}libavformat.a $${FFMPEG_DIR}libavcodec.a $${FFMPEG_DIR}libavutil.a $${FFMPEG_DIR}libswresample.a $${FFMPEG_DIR}libswscale.a
else:!contains(MEEGO_EDITION,harmattan): LIBS += $${FFMPEG_DIR}libavformat.a $${FFMPEG_DIR}libavcodec.a $${FFMPEG_DIR}libavutil.a $${FFMPEG_DIR}libswresample.a $${FFMPEG_DIR}libswscale.a

win32 {
#Use a fixed base-address under windows
Expand Down

0 comments on commit 4d4a32f

Please sign in to comment.