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
92b7c621
Commit
92b7c621
authored
Sep 15, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: use openjpeg in libav/ffmpeg
So that we have jp2k support on Windows and MacOS
parent
96d4c7f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+1
-0
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+2
-1
No files found.
NEWS
View file @
92b7c621
...
@@ -66,6 +66,7 @@ Codecs:
...
@@ -66,6 +66,7 @@ Codecs:
The Schroedinger module should be prefered to the Dirac one
The Schroedinger module should be prefered to the Dirac one
* Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
* Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
* EIA-608 closed captions improvements
* EIA-608 closed captions improvements
* Support for JPEG 2000 and Motion JPEG 2000 in the Windows and Mac binaries
Demuxers:
Demuxers:
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
...
...
contrib/src/ffmpeg/rules.mak
View file @
92b7c621
...
@@ -11,6 +11,7 @@ FFMPEGCONF = \
...
@@ -11,6 +11,7 @@ FFMPEGCONF = \
--disable-decoder
=
libvpx
\
--disable-decoder
=
libvpx
\
--enable-libgsm
\
--enable-libgsm
\
--enable-libvpx
\
--enable-libvpx
\
--enable-libopenjpeg
\
--disable-debug
\
--disable-debug
\
--enable-gpl
\
--enable-gpl
\
--enable-postproc
\
--enable-postproc
\
...
@@ -22,7 +23,7 @@ FFMPEGCONF = \
...
@@ -22,7 +23,7 @@ FFMPEGCONF = \
--disable-protocols
\
--disable-protocols
\
--disable-avfilter
\
--disable-avfilter
\
--disable-network
--disable-network
DEPS_ffmpeg
=
zlib gsm vpx
$(DEPS_vpx)
DEPS_ffmpeg
=
zlib gsm vpx
$(DEPS_vpx)
openjpeg
# Optional dependencies
# Optional dependencies
ifdef
BUILD_ENCODERS
ifdef
BUILD_ENCODERS
...
...
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