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
b3e62f03
Commit
b3e62f03
authored
Feb 09, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvdnav/dvdread: run autoreconf
autogen.sh does not exist anymore
parent
0d5f65de
Changes
2
Hide 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 @
b3e62f03
...
...
@@ -26,12 +26,12 @@ $(TARBALLS)/libdvdnav-git.tar.xz:
dvdnav
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
$(UNPACK)
cd
$(UNPACK_DIR)
&&
autoreconf
-ivf
$(MOVE)
DEPS_dvdnav
=
dvdcss dvdread
.dvdnav
:
dvdnav .dvdcss .dvdread
cd
$<
&&
sh autogen.sh noconfig
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-examples
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/dvdread/rules.mak
View file @
b3e62f03
...
...
@@ -29,12 +29,12 @@ dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.xz .sum-dvdread
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/dvdread/dvdread-win32.patch
endif
cd
$(UNPACK_DIR)
&&
autoreconf
-ivf
$(MOVE)
DEPS_dvdread
=
dvdcss
.dvdread
:
dvdread .dvdcss
cd
$<
&&
sh autogen.sh noconfig
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-libdvdcss
cd
$<
&&
$(MAKE)
install
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