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
de6439f8
Commit
de6439f8
authored
Mar 12, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add libshout on win32
parent
e9c4ad96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+6
-3
extras/contrib/src/Patches/libshout-win32.patch
extras/contrib/src/Patches/libshout-win32.patch
+13
-0
No files found.
extras/contrib/src/Makefile
View file @
de6439f8
...
...
@@ -155,7 +155,7 @@ else
ifdef
HAVE_WIN32
all
:
.iconv .intl .freetype .fribidi .zlib
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .
shout .
vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
...
...
@@ -682,9 +682,12 @@ libshout-$(SHOUT_VERSION).tar.gz:
libshout
:
libshout-$(SHOUT_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef
HAVE_WIN32
patch
-p0
< Patches/libshout-win32.patch
endif
.shout
:
libshout .theora .ogg
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
cd
include make
&&
make
install
&&
cd
../src
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
extras/contrib/src/Patches/libshout-win32.patch
0 → 100644
View file @
de6439f8
diff -u libshout/include/shout/shout.h.in libshout-new/include/shout/shout.h.in
--- libshout/include/shout/shout.h.in 2004-10-30 02:23:15.000000000 +0100
+++ libshout-new/include/shout/shout.h.in 2006-03-12 21:06:13.000000000 +0000
@@ -22,9 +22,6 @@
#define __LIBSHOUT_SHOUT_H__
#include <sys/types.h>
-#ifdef WIN32
-#include <os.h>
-#endif
#define SHOUTERR_SUCCESS (0)
#define SHOUTERR_INSANE (-1)
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