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
73e50b29
Commit
73e50b29
authored
May 25, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix contribs compilation
parent
43132559
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
23 deletions
+2
-23
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-2
extras/contrib/src/Patches/xml2-win32.patch
extras/contrib/src/Patches/xml2-win32.patch
+0
-20
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
73e50b29
...
...
@@ -871,7 +871,6 @@ lame-$(LAME_VERSION).tar.gz:
lame
:
lame-$(LAME_VERSION).tar.gz
$(EXTRACT_GZ)
rm
-rf
lame
;
mv
lame-3.97 lame
;
touch
lame
.lame
:
lame
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-analyser-hooks
--disable-decoder
--disable-shared
--disable-gtktest
--disable-frontend
&&
make
&&
make
install
)
...
...
@@ -1629,7 +1628,7 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
ifdef
HAVE_WIN32
patch
-p0
< Patches/gnutls-win32.patch
(
cd
$@
;
cd
lgl
;
ln
-sf
alloca_.h alloca.h
;
rm
vasprintf.c
;
touch
vasprintf.c
;
rm
vasnprintf.c
;
touch
vasnprintf.c
)
(
cd
$@
;
cd
lgl
;
ln
-sf
alloca_.h alloca.h
;
)
endif
.gnutls
:
gnutls .opencdk .gcrypt .gpg-error
...
...
extras/contrib/src/Patches/xml2-win32.patch
View file @
73e50b29
...
...
@@ -191,23 +191,3 @@
noinst_LTLIBRARIES = testdso.la
testdso_la_SOURCES = testdso.c
testdso_la_LDFLAGS = -module -rpath $(libdir)
--- xml/xmlmodule.c 2005-10-28 16:24:34.000000000 +0200
+++ xml-new/xmlmodule.c 2006-10-11 13:56:13.748125000 +0200
@@ -190,6 +190,8 @@
return (0);
}
+#ifndef _WIN32
+
#ifdef HAVE_DLOPEN
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
@@ -288,7 +290,7 @@
#endif /* HAVE_SHLLOAD */
#endif /* ! HAVE_DLOPEN */
-#ifdef _WIN32
+#else /* _WIN32 */
#include <windows.h>
extras/contrib/src/packages.mak
View file @
73e50b29
...
...
@@ -78,7 +78,7 @@ FAAD2_URL=$(SF)/faac/faad2-$(FAAD2_VERSION).tar.gz
#FAAD2_URL=$(VIDEOLAN)/testing/contrib/faad2-$(FAAD2_VERSION).tar.bz2
FAAC_VERSION
=
1.24
FAAC_URL
=
$(VIDEOLAN)
/testing/contrib/faac-
$(FAAC_VERSION)
.tar.bz2
LAME_VERSION
=
3.97
b2
LAME_VERSION
=
3.97
LAME_URL
=
$(SF)
/lame/lame-
$(LAME_VERSION)
.tar.gz
LIBEBML_VERSION
=
0.7.8
LIBEBML_URL
=
http://dl.matroska.org/downloads/libebml/libebml-
$(LIBEBML_VERSION)
.tar.bz2
...
...
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