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
ad3d2840
Commit
ad3d2840
authored
Jun 03, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Listen to autoconf warnings: cache-id must contain _cv_
parent
267c2d9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.ac
configure.ac
+4
-4
No files found.
configure.ac
View file @
ad3d2840
...
@@ -2408,7 +2408,7 @@ then
...
@@ -2408,7 +2408,7 @@ then
AC_CACHE_CHECK([for new linux/videodev2.h],
AC_CACHE_CHECK([for new linux/videodev2.h],
[new_linux_videodev2_h],
[
ac_cv_
new_linux_videodev2_h],
[AC_TRY_COMPILE([
[AC_TRY_COMPILE([
#include <sys/types.h>
#include <sys/types.h>
# ifdef VIDEODEV2_H_FILE
# ifdef VIDEODEV2_H_FILE
...
@@ -2418,9 +2418,9 @@ then
...
@@ -2418,9 +2418,9 @@ then
# endif
# endif
],
],
[struct v4l2_ext_controls ctrls; ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; ],
[struct v4l2_ext_controls ctrls; ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; ],
new_linux_videodev2_h=yes,
ac_cv_
new_linux_videodev2_h=yes,
new_linux_videodev2_h=no)])
ac_cv_
new_linux_videodev2_h=no)])
if test "${new_linux_videodev2_h}" != "no"; then
if test "${
ac_cv_
new_linux_videodev2_h}" != "no"; then
AC_DEFINE(HAVE_NEW_LINUX_VIDEODEV2_H, 1, [Define if new linux/videodev2.h present])
AC_DEFINE(HAVE_NEW_LINUX_VIDEODEV2_H, 1, [Define if new linux/videodev2.h present])
fi
fi
fi
fi
...
...
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