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
78125e54
Commit
78125e54
authored
Jan 16, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
parent
f22c47d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
15 deletions
+24
-15
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+24
-15
No files found.
extras/contrib/src/Makefile
View file @
78125e54
...
...
@@ -115,7 +115,7 @@ ifdef HAVE_DARWIN_OS
all
:
.autoconf .automake .libtool .iconv .intl .pkgcfg .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .x264 .theora
\
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.dvdcss .dvdnav .dv
dread .dv
bpsi .live .goom2k4 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image
\
.glib .libidl .gecko .mpcdec .expat .clinkcc .aclocal
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
@@ -907,32 +907,41 @@ CLEAN_PKG += libdvdcss
DISTCLEAN_PKG
+=
libdvdcss-
$(LIBDVDCSS_VERSION)
.tar.gz
# ***************************************************************************
# libdvdread
# libdvdread
: We use dvdnav's dvdread
# ***************************************************************************
libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
:
$(WGET)
$(LIBDVDREAD_URL)
#
libdvdread-$(LIBDVDREAD_VERSION).tar.bz2:
#
$(WGET) $(LIBDVDREAD_URL)
libdvdread
:
libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/libdvdread.patch
ifdef
HAVE_WIN32
#
libdvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
#
$(EXTRACT_BZ2)
#
patch -p 0 < Patches/libdvdread.patch
#
ifdef HAVE_WIN32
# if automake-1.4 --version >/dev/null 2>&1; then \
# echo "Please get rid of your automake 1.4"; \
# rm -rf $@ \
# exit 1; \
# fi
(cd
libdvdread;
patch
-p
0
<
../Patches/libdvdread-20041028-win32.patch;
./bootstrap)
endif
# (cd libdvdread; patch -p 0 < ../Patches/libdvdread-20041028-win32.patch; ./bootstrap)
#endif
#.dvdread: libdvdread .dvdcss
# (cd libdvdread; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-libdvdcss=$(PREFIX) && make && make install)
# $(INSTALL_NAME)
# touch $@
#CLEAN_FILE += .dvdread
#CLEAN_PKG += libdvdread
#DISTCLEAN_PKG += libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
.dvdread
:
libdvdread .dvdcss
(
cd
libdvdread
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--with-libdvdcss
=
$(PREFIX)
&&
make
&&
make
install
)
# ***************************************************************************
# dummy dvdread to trigger the INSTALL_NAME script
# ***************************************************************************
.dvdread
:
.dvdnav
$(INSTALL_NAME)
touch
$@
touch
$@
CLEAN_FILE
+=
.dvdread
CLEAN_PKG
+=
libdvdread
DISTCLEAN_PKG
+=
libdvdread-
$(LIBDVDREAD_VERSION)
.tar.bz2
# ***************************************************************************
# libdvdnav
...
...
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