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
c48d9cfc
Commit
c48d9cfc
authored
Aug 08, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FFMPEG: always disable debug
parent
81516c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+5
-4
No files found.
extras/contrib/src/Makefile
View file @
c48d9cfc
...
...
@@ -116,12 +116,12 @@ endif
#
ifdef
HAVE_WIN32
HOSTCONF
+=
--without-pic
--disable-shared
--enable-msw
--disable-dependency-tracking
FFMPEGCONF
+=
--target-os
=
mingw32
--enable-memalign-hack
--cpu
=
i686
--arch
=
i686
--disable-debug
FFMPEGCONF
+=
--target-os
=
mingw32
--enable-memalign-hack
--cpu
=
i686
--arch
=
i686
endif
ifdef
HAVE_WINCE
HOSTCONF
+=
--without-pic
--disable-shared
FFMPEGCONF
+=
--enable-mingwce
--cpu
=
armv4l
--disable-
debug
--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
+=
--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
endif
ifdef
HAVE_UCLIBC
...
...
@@ -130,14 +130,14 @@ FFMPEGCONF+= --arch=armeb --enable-armv5te --enable-iwmmxt
else
FFMPEGCONF
+=
--arch
=
armv4l
endif
FFMPEGCONF
+=
--enable-small
--disable-
debug
--disable-
mpegaudio-hp
FFMPEGCONF
+=
--enable-small
--disable-mpegaudio-hp
FFMPEG_CFLAGS
+=
-DHAVE_LRINTF
--std
=
c99
else
FFMPEGCONF
+=
--enable-libmp3lame
--enable-libgsm
endif
ifdef
HAVE_BEOS
FFMPEGCONF
+=
--cpu
=
x86
--disable-
debug
--disable-
audio-beos
FFMPEGCONF
+=
--cpu
=
x86
--disable-audio-beos
endif
ifdef
HAVE_DARWIN_OS_ON_INTEL
...
...
@@ -1109,6 +1109,7 @@ ffmpeg: ffmpeg-$(FFMPEG_VERSION).tar.gz
endif
FFMPEGCONF
+=
\
--disable-debug
\
--enable-gpl
\
--enable-postproc
\
--disable-ffserver
\
...
...
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