From kde-commits Mon Jul 07 19:00:33 2008 From: Matthias Kretz Date: Mon, 07 Jul 2008 19:00:33 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1215457233.237501.9656.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121545724317935 SVN commit 829172 by mkretz: define PHONON_BACKEND_VERSION_4_2 for upcoming phonon change M +1 -0 CMakeLists.txt --- trunk/KDE/kdebase/runtime/phonon/xine/CMakeLists.txt #829171:829172 @@ -42,6 +42,7 @@ endif(XCB_FOUND AND XINE_XCB_FOUND) macro_log_feature(XCB_VIDEO "XCB" "XCB is needed for the video widget, libxine needs to be compiled with XCB" "http://xcb.freedesktop.org/") +add_definitions(-DPHONON_BACKEND_VERSION_4_2) kde4_add_plugin(phonon_xine ${phonon_xine_PART_SRCS}) target_link_libraries(phonon_xine ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${XINE_LIBRARY}) if(XCB_FOUND AND XINE_XCB_FOUND)