Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
5c0de0fe
Commit
5c0de0fe
authored
Jan 09, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: fix dirac target
parent
8bbd4a31
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Distributions/win32.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-5
extras/contrib/src/Patches/dirac-noutils.patch
extras/contrib/src/Patches/dirac-noutils.patch
+11
-0
No files found.
extras/contrib/src/Distributions/win32.mak
View file @
5c0de0fe
...
@@ -3,7 +3,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
...
@@ -3,7 +3,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame
\
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.png .gpg-error .gcrypt .gnutls .mpcdec
.dirac
\
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image
\
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image
\
.dx_headers .dshow_headers .gecko-win32 .dca
\
.dx_headers .dshow_headers .gecko-win32 .dca
\
.lua .tag .fontconfig .portaudio .kate .libass .zvbi
\
.lua .tag .fontconfig .portaudio .kate .libass .zvbi
\
...
...
extras/contrib/src/Makefile
View file @
5c0de0fe
...
@@ -2129,13 +2129,10 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
...
@@ -2129,13 +2129,10 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
ifdef
HAVE_CYGWIN
ifdef
HAVE_CYGWIN
# incorrect compile warning with cygwin compiler 3.4.4
# incorrect compile warning with cygwin compiler 3.4.4
patch
-p0
<Patches/dirac-cygwin.patch
patch
-p0
<
Patches/dirac-cygwin.patch
endif
endif
ifndef
HAVE_DARWIN_OS
patch
-p0
< Patches/dirac-noutils.patch
(
cd
$@
;
aclocal
-I
m4
&&
autoconf
&&
automake
)
else
(
cd
$@
;
./bootstrap
)
(
cd
$@
;
./bootstrap
)
endif
DIRAC_SUBDIRS
=
libdirac_byteio libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder
DIRAC_SUBDIRS
=
libdirac_byteio libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder
...
...
extras/contrib/src/Patches/dirac-noutils.patch
0 → 100644
View file @
5c0de0fe
--- dirac/Makefile.am 2008-10-01 07:33:56.000000000 +0200
+++ dirac.new/Makefile.am 2010-01-09 02:05:45.000000000 +0100
@@ -2,7 +2,7 @@
#
SUBDIRS = libdirac_byteio libdirac_common libdirac_motionest libdirac_encoder \
- libdirac_decoder encoder decoder util $(CPPUNITTESTS_DIR) \
+ libdirac_decoder encoder decoder $(CPPUNITTESTS_DIR) \
tests $(DOC_DIR) win32
.PHONY: valgrind-check
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