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
a3139ceb
Commit
a3139ceb
authored
Aug 03, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Some small updates in the contribs
* FFMpeg reactivated the WM3-codec. The patch is now useless
parent
54cfbbc8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
20 deletions
+3
-20
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/ffmpeg-vc1.patch
extras/contrib/src/Patches/ffmpeg-vc1.patch
+0
-16
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+3
-3
No files found.
extras/contrib/src/Makefile
View file @
a3139ceb
...
...
@@ -923,7 +923,6 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
ffmpeg
:
$(SVN)
co
$(FFMPEG_SVN)
ffmpeg
(
cd
$@
;
patch
-p
0 < ../Patches/ffmpeg-vc1.patch
)
ifeq
($(HOST),i586-pc-beos)
(
cd
$@
;
patch
-p
0 < ../Patches/ffmpeg-svn-beos.patch
)
endif
...
...
extras/contrib/src/Patches/ffmpeg-vc1.patch
deleted
100644 → 0
View file @
54cfbbc8
Index: libavcodec/allcodecs.c
===================================================================
--- libavcodec/allcodecs.c (revision 5823)
+++ libavcodec/allcodecs.c (working copy)
@@ -229,11 +229,9 @@
#ifdef CONFIG_VC1_DECODER
register_avcodec(&vc1_decoder);
#endif //CONFIG_VC1_DECODER
-/* Reenable when it stops crashing on every file, causing bug report spam.
#ifdef CONFIG_WMV3_DECODER
register_avcodec(&wmv3_decoder);
#endif //CONFIG_WMV3_DECODER
-*/
#ifdef CONFIG_H263I_DECODER
register_avcodec(&h263i_decoder);
#endif //CONFIG_H263I_DECODER
extras/contrib/src/packages.mak
View file @
a3139ceb
...
...
@@ -67,7 +67,7 @@ FLAC_VERSION=1.1.2
FLAC_URL
=
$(SF)
/flac/flac-
$(FLAC_VERSION)
.tar.gz
SPEEX_VERSION
=
1.1.12
SPEEX_URL
=
http://downloads.us.xiph.org/releases/speex/speex-
$(SPEEX_VERSION)
.tar.gz
SHOUT_VERSION
=
2.2
SHOUT_VERSION
=
2.2
.2
SHOUT_URL
=
http://downloads.us.xiph.org/releases/libshout/libshout-
$(SHOUT_VERSION)
.tar.gz
FAAD2_VERSION
=
20040923
FAAD2_URL
=
$(VIDEOLAN)
/testing/contrib/faad2-
$(FAAD2_VERSION)
.tar.bz2
...
...
@@ -154,9 +154,9 @@ QT4_VERSION=4.2.0-tp1
QT4_URL
=
$(VIDEOLAN)
/testing/contrib/qt4-
$(QT4_VERSION)
-win32-bin
.tar.gz
ZLIB_VERSION
=
1.2.3
ZLIB_URL
=
$(SF)
/libpng/zlib-
$(ZLIB_VERSION)
.tar.gz
XML_VERSION
=
2.6.2
2
XML_VERSION
=
2.6.2
6
XML_URL
=
ftp://xmlsoft.org/libxml2/libxml2-
$(XML_VERSION)
.tar.gz
DIRAC_VERSION
=
0.5.
3
DIRAC_VERSION
=
0.5.
4
DIRAC_URL
=
$(SF)
/dirac/dirac-
$(DIRAC_VERSION)
.tar.gz
DX_HEADERS_URL
=
$(VIDEOLAN)
/testing/contrib/win32-dx7headers.tgz
DSHOW_HEADERS_URL
=
$(VIDEOLAN)
/contrib/dshow-headers.tgz
...
...
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