Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
938d93aa
Commit
938d93aa
authored
Oct 18, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: dvdnav: disable examples using configure option
parent
35522bc2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
contrib/src/dvdnav/dvdnav.patch
contrib/src/dvdnav/dvdnav.patch
+0
-12
contrib/src/dvdnav/rules.mak
contrib/src/dvdnav/rules.mak
+1
-2
No files found.
contrib/src/dvdnav/dvdnav.patch
deleted
100644 → 0
View file @
35522bc2
diff -ruN libdvdnav/Makefile.am libdvdnav.new/Makefile.am
--- libdvdnav/Makefile.am 2008-06-18 17:06:33.000000000 +0200
+++ libdvdnav.new/Makefile.am 2011-10-11 01:02:18.768524699 +0200
@@ -1,7 +1,7 @@
include $(top_srcdir)/misc/Makefile.common
-SUBDIRS = src examples doc misc m4
+SUBDIRS = src misc m4
EXTRA_DIST = autogen.sh \
AUTHORS \
contrib/src/dvdnav/rules.mak
View file @
938d93aa
...
@@ -24,13 +24,12 @@ $(TARBALLS)/libdvdnav-git.tar.xz:
...
@@ -24,13 +24,12 @@ $(TARBALLS)/libdvdnav-git.tar.xz:
dvdnav
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
dvdnav
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/dvdnav/dvdnav.patch
$(MOVE)
$(MOVE)
DEPS_dvdnav
=
dvdcss dvdread
DEPS_dvdnav
=
dvdcss dvdread
.dvdnav
:
dvdnav .dvdcss .dvdread
.dvdnav
:
dvdnav .dvdcss .dvdread
cd
$<
&&
sh autogen.sh noconfig
cd
$<
&&
sh autogen.sh noconfig
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-examples
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
install
touch
$@
touch
$@
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