Skip to content

Commit

Permalink
contrib: dvdnav: disable examples using configure option
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Oct 18, 2012
1 parent 35522bc commit 938d93a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions contrib/src/dvdnav/dvdnav.patch

This file was deleted.

3 changes: 1 addition & 2 deletions contrib/src/dvdnav/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ $(TARBALLS)/libdvdnav-git.tar.xz:

dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
$(UNPACK)
$(APPLY) $(SRC)/dvdnav/dvdnav.patch
$(MOVE)

DEPS_dvdnav = dvdcss dvdread

.dvdnav: dvdnav .dvdcss .dvdread
cd $< && sh autogen.sh noconfig
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples
cd $< && $(MAKE) install
touch $@

0 comments on commit 938d93a

Please sign in to comment.