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
cbe60054
Commit
cbe60054
authored
Nov 09, 2009
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: update ffmpeg compilation for WinCE
Remove useless patch and update arch parameters
parent
e9c40e53
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
630 deletions
+1
-630
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-4
extras/contrib/src/Patches/ffmpeg-svn-wince.patch
extras/contrib/src/Patches/ffmpeg-svn-wince.patch
+0
-626
No files found.
extras/contrib/src/Makefile
View file @
cbe60054
...
...
@@ -125,7 +125,7 @@ endif
ifdef
HAVE_WINCE
HOSTCONF
+=
--without-pic
--disable-shared
FFMPEGCONF
+=
--
enable-mingwce
--cpu
=
armv4l
--disable-encoders
--disable-muxers
--disable-mpegaudio-hp
--disable-decoder
=
snow
--disable-decoder
=
vc9
--disable-decoder
=
wmv3
--disable-decoder
=
vorbis
--disable-decoder
=
dvdsub
--disable-decoder
=
dvbsub
--disable-protocols
FFMPEGCONF
+=
--
arch
=
armv4l
--cpu
=
armv4t
--disable-encoders
--disable-muxers
--disable-mpegaudio-hp
--disable-decoder
=
snow
--disable-decoder
=
vc9
--disable-decoder
=
wmv3
--disable-decoder
=
vorbis
--disable-decoder
=
dvdsub
--disable-decoder
=
dvbsub
--disable-protocols
endif
ifdef
HAVE_UCLIBC
...
...
@@ -1011,9 +1011,6 @@ ffmpeg:
ifdef
HAVE_ISA_THUMB
patch
-p0
< Patches/ffmpeg-avcodec-no-thumb.patch
endif
ifdef
HAVE_WINCE
patch
-p1
< Patches/ffmpeg-svn-wince.patch
endif
ifdef
HAVE_UCLIBC
patch
-p0
< Patches/ffmpeg-svn-uclibc.patch
patch
-p0
< Patches/ffmpeg-svn-internal-define.patch
...
...
extras/contrib/src/Patches/ffmpeg-svn-wince.patch
deleted
100644 → 0
View file @
e9c40e53
This diff is collapsed.
Click to expand it.
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