Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
bcf036f9
Commit
bcf036f9
authored
May 20, 2006
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* HAL / DBUS / GnomeVFS aren't linux only
parent
0599d812
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
bcf036f9
...
@@ -813,7 +813,7 @@ dnl Check for hal
...
@@ -813,7 +813,7 @@ dnl Check for hal
AC_ARG_ENABLE(hal,
AC_ARG_ENABLE(hal,
[ --enable-hal Linux HAL services discovery (default enabled)])
[ --enable-hal Linux HAL services discovery (default enabled)])
if test "${enable_hal}"
!= "no" -a "${SYS}" = "linux"
if test "${enable_hal}"
then
then
PKG_CHECK_MODULES(HAL, hal >= 0.5.0,
PKG_CHECK_MODULES(HAL, hal >= 0.5.0,
[ AC_DEFINE( HAVE_HAL_1, [] , [Define if you have the new HAL library API])
[ AC_DEFINE( HAVE_HAL_1, [] , [Define if you have the new HAL library API])
...
@@ -836,7 +836,7 @@ dnl Check for dbus
...
@@ -836,7 +836,7 @@ dnl Check for dbus
AC_ARG_ENABLE(dbus,
AC_ARG_ENABLE(dbus,
[ --enable-dbus Linux D-BUS message bus system (default enabled)])
[ --enable-dbus Linux D-BUS message bus system (default enabled)])
if test "${enable_dbus}" != "no"
-a "${SYS}" = "linux"
if test "${enable_dbus}" != "no"
then
then
PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.30,
PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.30,
[ AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the new D-BUS library API])
[ AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the new D-BUS library API])
...
@@ -1971,7 +1971,7 @@ dnl gnomeVFS access module
...
@@ -1971,7 +1971,7 @@ dnl gnomeVFS access module
dnl
dnl
AC_ARG_ENABLE(gnomevfs,
AC_ARG_ENABLE(gnomevfs,
[ --enable-gnomevfs GnomeVFS access module (default enabled)])
[ --enable-gnomevfs GnomeVFS access module (default enabled)])
if test "${enable_gnomevfs}" != "no"
-a "${SYS}" = "linux"
if test "${enable_gnomevfs}" != "no"
then
then
PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0,
PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0,
VLC_ADD_LDFLAGS([access_gnomevfs],[$GNOMEVFS_LIBS])
VLC_ADD_LDFLAGS([access_gnomevfs],[$GNOMEVFS_LIBS])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment