[vlc-devel] commit: Phonon-VLC needs 1.1 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Feb 18 18:06:51 CET 2010
vlc/phonon | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 18 18:06:59 2010 +0100| [8c93471d7ec67f18a411bb1a5e428c42b2af983e] | committer: Jean-Baptiste Kempf
Phonon-VLC needs 1.1
> http://git.videolan.org/gitweb.cgi/vlc/phonon.git/?a=commit;h=8c93471d7ec67f18a411bb1a5e428c42b2af983e
---
cmake/modules/FindVLC.cmake | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/modules/FindVLC.cmake b/cmake/modules/FindVLC.cmake
index bc1e5ab..351907f 100644
--- a/cmake/modules/FindVLC.cmake
+++ b/cmake/modules/FindVLC.cmake
@@ -25,12 +25,12 @@ set( VLC_VERSION_OK = True )
# in the FIND_PATH() and FIND_LIBRARY() calls
if(NOT WIN32)
find_package(PkgConfig)
- pkg_check_modules(VLC libvlc>=1.0.0)
+ pkg_check_modules(VLC libvlc>=1.1.0)
set(VLC_DEFINITIONS ${VLC_CFLAGS})
set(VLC_LIBRARIES ${VLC_LDFLAGS})
# TODO add argument support to pass version on find_package
include(MacroEnsureVersion)
- macro_ensure_version(1.0.0 ${VLC_VERSION} VLC_VERSION_OK)
+ macro_ensure_version(1.1.0 ${VLC_VERSION} VLC_VERSION_OK)
endif(NOT WIN32)
More information about the vlc-devel
mailing list