Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
7d6f7e19
Commit
7d6f7e19
authored
Nov 26, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* a bit minor clean-up
parent
6067796b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure.ac
configure.ac
+4
-4
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
configure.ac
View file @
7d6f7e19
...
...
@@ -1622,19 +1622,19 @@ dnl AC_CHECK_LIB( dc1394_control, dc1394_setup_capture, [
VLC_ADD_LDFLAGS([dc1394],[-ldc1394_control -lraw1394])
dnl ],
dnl [
dnl AC_MSG_ERROR([libdc1394
are mandatory for dc1394 input module. try --disable-dc1394 or install those libraries
])
dnl AC_MSG_ERROR([libdc1394
is mandatory for the dc1394 input module. try --disable-dc1394 or install this library
])
dnl ])
],
[
AC_MSG_ERROR([libdc1394
are mandatory for dc1394 input module. try --disable-dc1394 or install those libraries
])
AC_MSG_ERROR([libdc1394
is mandatory for the dc1394 input module. try --disable-dc1394 or install this library
])
])
],
[
AC_MSG_ERROR([libraw1394
are mandatory for dc1394 input module. try --disable-dc1394 or install those libraries
])
AC_MSG_ERROR([libraw1394
is mandatory for the dc1394 input module. try --disable-dc1394 or install this library
])
])
],
[
AC_MSG_ERROR([libraw1394 is mandatory for
dc1394 input module. try --disable-dc1394 or install those libraries
])
AC_MSG_ERROR([libraw1394 is mandatory for
the dc1394 input module. try --disable-dc1394 or install this library
])
])
fi
...
...
extras/contrib/src/packages.mak
View file @
7d6f7e19
...
...
@@ -100,10 +100,10 @@ LIBCACA_VERSION=0.9
LIBCACA_URL
=
http://libcaca.zoy.org/files/libcaca-
$(LIBCACA_VERSION)
.tar.gz
LIBDTS_VERSION
=
0.0.2
LIBDC1394_VERSION
=
1.2.1
LIBDC1394_URL
=
http://surfnet.dl.sourceforge.net/sourceforge
/libdc1394/libdc1394-
$(LIBDC1394_VERSION)
.tar.gz
LIBDC1394_URL
=
$(SF)
/libdc1394/libdc1394-
$(LIBDC1394_VERSION)
.tar.gz
LIBDC1394_SVN
=
https://svn.sourceforge.net/svnroot
LIBRAW1394_VERSION
=
1.2.0
LIBRAW1394_URL
=
http://surfnet.dl.sourceforge.net/sourceforge
/libraw1394/libraw1394-
$(LIBRAW1394_VERSION)
.tar.gz
LIBRAW1394_URL
=
$(SF)
/libraw1394/libraw1394-
$(LIBRAW1394_VERSION)
.tar.gz
LIBRAW1394_SVN
=
https://svn.sourceforge.net/svnroot
LIBDTS_URL
=
http://debian.unnet.nl/pub/videolan/libdts/
$(LIBDTS_VERSION)
/libdts-
$(LIBDTS_VERSION)
.tar.gz
LIBDCA_SVN
=
svn://svn.videolan.org/libdca/trunk
...
...
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