Merge lp:~osomon/gallery-app/fix-ftbfs into lp:gallery-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Günter Schwann
Approved revision: 816
Merged at revision: 816
Proposed branch: lp:~osomon/gallery-app/fix-ftbfs
Merge into: lp:gallery-app
Diff against target: 13 lines (+2/-1)
1 file modified
src/medialoader/CMakeLists.txt (+2/-1)
To merge this branch: bzr merge lp:~osomon/gallery-app/fix-ftbfs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Günter Schwann (community) Approve
Review via email: mp+180786@code.launchpad.net

Commit message

Fix FTBFS.

To post a comment you must log in.
Revision history for this message
Günter Schwann (schwann) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/medialoader/CMakeLists.txt'
2--- src/medialoader/CMakeLists.txt 2013-08-15 06:40:15 +0000
3+++ src/medialoader/CMakeLists.txt 2013-08-19 06:47:03 +0000
4@@ -30,7 +30,8 @@
5 video-metadata.cpp
6 )
7
8-set(CMAKE_CXX_FLAGS ${MEDIAINFO_CFLAGS_OTHER})
9+string(REPLACE ";" " " OTHER_CFLAGS "${MEDIAINFO_CFLAGS_OTHER}")
10+set(CMAKE_CXX_FLAGS ${OTHER_CFLAGS})
11
12 add_library(${GALLERY_MEDIALOADER_LIB}
13 ${gallery_medialoader_SRCS}

Subscribers

People subscribed via source and target branches