Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
7bb3e919
Commit
7bb3e919
authored
Jun 28, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: libshout
parent
e6f8219d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
0 deletions
+54
-0
contrib/src/shout/SHA512SUMS
contrib/src/shout/SHA512SUMS
+1
-0
contrib/src/shout/libshout-win32.patch
contrib/src/shout/libshout-win32.patch
+24
-0
contrib/src/shout/rules.mak
contrib/src/shout/rules.mak
+29
-0
No files found.
contrib/src/shout/SHA512SUMS
0 → 100644
View file @
7bb3e919
f6ebe556ab10cc67201d35f1172127a411ebb28494a7873474c9f33077e2f097244b0fb94d861ff258a2b887a17afbe4c6916283cc234ead6d0981d85fe45ee5 libshout-2.2.2.tar.gz
contrib/src/shout/libshout-win32.patch
0 → 100644
View file @
7bb3e919
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)
--- libshout/Makefile.in 2009-06-15 02:28:13.000000000 +0200
+++ libshout/Makefile.in 2009-06-15 02:29:10.000000000 +0200
@@ -246,7 +246,7 @@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.6 foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include src examples debian doc win32
+SUBDIRS = include src doc win32
EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
m4/xiph_types.m4
contrib/src/shout/rules.mak
0 → 100644
View file @
7bb3e919
# shout
SHOUT_VERSION
:=
2.2.2
SHOUT_URL
:=
http://downloads.us.xiph.org/releases/libshout/libshout-
$(SHOUT_VERSION)
.tar.gz
PKGS
+=
shout
$(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz
:
$(DOWNLOAD)
$(SHOUT_URL)
.sum-shout
:
libshout-$(SHOUT_VERSION).tar.gz
# TODO: fix socket stuff on POSIX and Linux
libshout
:
libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(UNPACK)
(
cd
$@
-
$(SHOUT_VERSION)
&&
patch
-p1
)
<
$(SRC)
/shout/libshout-win32.patch
mv
libshout-
$(SHOUT_VERSION)
$@
touch
$@
ifdef
HAVE_FPU
.shout
:
.vorbis
else
.shout
:
.tremor
endif
.shout
:
libshout .theora .ogg .speex
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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