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
32fa00d8
Commit
32fa00d8
authored
Apr 22, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
parent
794dcc1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
12 deletions
+20
-12
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/mpcdec.patch
extras/contrib/src/Patches/mpcdec.patch
+17
-9
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/src/Makefile
View file @
32fa00d8
...
...
@@ -1890,7 +1890,7 @@ libmpcdec-$(MUSE_VERSION).tar.bz2:
mpcdec
:
libmpcdec-$(MUSE_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p0
< Patches/mpcdec.patch
(
cd
$@
;
./autogen.sh
)
(
cd
$@
;
autoreconf
-vif
)
.mpcdec
:
mpcdec
ifdef
HAVE_WIN32
...
...
extras/contrib/src/Patches/mpcdec.patch
View file @
32fa00d8
--- mpcdec/include/Makefile.am 2005-06-18 23:23:33.000000000 +0100
+++ mpcdec/include/Makefile.am 2005-11-02 19:51:19.000000000 +0000
@@ -4,6 +4,7 @@
Index: mpcdec/configure.ac
===================================================================
--- mpcdec/configure.ac (revision 276)
+++ mpcdec/configure.ac (revision 289)
@@ -59,11 +59,6 @@
fi
-AC_FUNC_MEMCMP
-if test "x$ac_cv_func_memcmp_working" = "xno" ; then
- AC_MSG_ERROR([working memcmp is not available.])
-fi
-
-AC_CHECK_FUNCS([memmove memset], [],
- AC_MSG_ERROR([memset or memmove is missing.]))
+AC_CHECK_FUNCS([memmove memset memcmp], [],
+ AC_MSG_ERROR([memmove memset or memcmp is missing.]))
nobase_include_HEADERS = \
mpcdec/config_types.h \
+ mpcdec/config_win32.h \
mpcdec/decoder.h \
mpcdec/huffman.h \
mpcdec/math.h \
dnl Make substitutions
extras/contrib/src/packages.mak
View file @
32fa00d8
...
...
@@ -152,9 +152,9 @@ TIFF_VERSION=3.8.2
TIFF_URL
=
ftp://ftp.remotesensing.org/libtiff/tiff-
$(TIFF_VERSION)
.tar.gz
SDL_VERSION
=
1.2.11
SDL_URL
=
$(SF)
/libsdl/SDL-
$(SDL_VERSION)
.tar.gz
SDL_IMAGE_VERSION
=
1.2.
5
SDL_IMAGE_VERSION
=
1.2.
4
SDL_IMAGE_URL
=
$(SF)
/libsdl/SDL_image-
$(SDL_IMAGE_VERSION)
.tar.gz
MUSE_VERSION
=
1.2.
4
MUSE_VERSION
=
1.2.
6
#MUSE_URL=http://files.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
MUSE_URL
=
http://files2.musepack.net/source/libmpcdec-
$(MUSE_VERSION)
.tar.bz2
WXWIDGETS_VERSION
=
2.6.3
...
...
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