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
d2b0eb1c
Commit
d2b0eb1c
authored
Oct 09, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)
parent
499cb6f5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
2 deletions
+23
-2
AUTHORS
AUTHORS
+1
-1
NEWS
NEWS
+1
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+19
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
AUTHORS
View file @
d2b0eb1c
...
...
@@ -13,7 +13,7 @@ D: input and decoders core improvements
D: avi, asf/wmv/wma, mp4/mov, mp3, aac, wav demultiplexers
D: MPEG-4, Div & OpenDivX and various decoders (ffmpeg)
D: AAC decoder (libfaad2)
D: cinepak, adpcm, araw decoders
D: cinepak, adpcm, araw
, musepack
decoders
D: Subtile file parser.
D: mms, ftp access
D: Stream output
...
...
NEWS
View file @
d2b0eb1c
...
...
@@ -19,6 +19,7 @@ Input:
Decoders:
* Support for libSDL_image to import different image types
* Musepack decoder using libmpdec
Services discovery:
* UPnP service discovery
...
...
extras/contrib/src/Makefile
View file @
d2b0eb1c
...
...
@@ -92,7 +92,7 @@ ifdef HAVE_DARWIN_OS
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image
\
.glib .libidl .gecko .aclocal
.glib .libidl .gecko .
libmpcdec .
aclocal
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
else
...
...
@@ -1367,6 +1367,24 @@ CLEAN_FILE += .SDL_image
CLEAN_PKG
+=
SDL_image
DISTCLEAN_PKG
+=
SDL_image-
$(SDL_IMAGE_VERSION)
.tar.gz
# ***************************************************************************
# Musepack decoder library (libmpcdec)
# ***************************************************************************
libmpcdec-$(MUSE_VERSION).tar.bz2
:
$(WGET)
$(MUSE_URL)
libmpcdec
:
libmpcdec-$(MUSE_VERSION).tar.bz2
$(EXTRACT_BZ2)
.libmpcdec
:
libmpcdec
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.libmpcdec
CLEAN_PKG
+=
libmpcdec
DISTCLEAN_PKG
+=
libmpcdec-
$(MUSE_VERSION)
.tar.bz2
# ***************************************************************************
# Copy aclocal files
# This is necessary for --missing aclocal to succeed after a
...
...
extras/contrib/src/packages.mak
View file @
d2b0eb1c
...
...
@@ -141,3 +141,5 @@ SDL_VERSION=1.2.8
SDL_URL
=
http://www.libsdl.org/release/SDL-
$(SDL_VERSION)
.tar.gz
SDL_IMAGE_VERSION
=
1.2.4
SDL_IMAGE_URL
=
http://www.libsdl.org/projects/SDL_image/release/SDL_image-
$(SDL_IMAGE_VERSION)
.tar.gz
MUSE_VERSION
=
1.2.1
MUSE_URL
=
http://files.musepack.net/source/libmpcdec-
$(MUSE_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