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
30c05d8e
Commit
30c05d8e
authored
Apr 29, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: require libdvdread/dvdnav 5.0.3
This should avoid numerous crashes
parent
44dd0225
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/src/dvdnav/rules.mak
contrib/src/dvdnav/rules.mak
+1
-1
contrib/src/dvdread/rules.mak
contrib/src/dvdread/rules.mak
+1
-1
No files found.
contrib/src/dvdnav/rules.mak
View file @
30c05d8e
...
...
@@ -8,7 +8,7 @@ ifdef GPL
PKGS
+=
dvdnav
endif
endif
ifeq
($(call need_pkg,"dvdnav >
5.0.0
"),)
ifeq
($(call need_pkg,"dvdnav >
= 5.0.3
"),)
PKGS_FOUND
+=
dvdnav
endif
...
...
contrib/src/dvdread/rules.mak
View file @
30c05d8e
...
...
@@ -7,7 +7,7 @@ ifdef GPL
PKGS
+=
dvdread
endif
endif
ifeq
($(call need_pkg,"dvdread >
5.0.2
"),)
ifeq
($(call need_pkg,"dvdread >
= 5.0.3
"),)
PKGS_FOUND
+=
dvdread
endif
...
...
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