Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
c88f5d72
Commit
c88f5d72
authored
18 years ago
by
Måns Rullgård
Browse files
Options
Downloads
Patches
Plain Diff
break CONFIG_LIST and HAVE_LIST onto multiple lines
Originally committed as revision 7027 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
fc2b267f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+64
-3
64 additions, 3 deletions
configure
with
64 additions
and
3 deletions
configure
+
64
−
3
View file @
c88f5d72
...
@@ -353,9 +353,70 @@ require(){
...
@@ -353,9 +353,70 @@ require(){
check_lib
$header
$func
"
$@
"
||
die
"ERROR:
$name
not found"
check_lib
$header
$func
"
$@
"
||
die
"ERROR:
$name
not found"
}
}
CONFIG_LIST
=
'encoders decoders parsers muxers demuxers a52 a52bin amr amr_nb amr_nb_fixed amr_wb audio_beos audio_oss avisynth beos_netserver bktr dc1394 dts dv1394 faac faad faadbin ffmpeg ffplay ffserver gpl ipv6 libgsm libnut libogg libvorbis memalign_hack mp3lame mpegaudio_hp network pp protocols swscaler vhook video4linux video4linux2 x264 xvid zlib'
CONFIG_LIST
=
'
encoders
HAVE_LIST
=
'altivec_h byteswap_h dcbzl dlfcn dlopen freetype2 gprof imlib2 localtime_r lrintf malloc_h memalign mlib sdl sdl_video_size'
decoders
parsers
muxers
demuxers
a52
a52bin
amr
amr_nb
amr_nb_fixed
amr_wb
audio_beos
audio_oss
avisynth
beos_netserver
bktr
dc1394
dts
dv1394
faac
faad
faadbin
ffmpeg
ffplay
ffserver
gpl
ipv6
libgsm
libnut
libogg
libvorbis
memalign_hack
mp3lame
mpegaudio_hp
network
pp
protocols
swscaler
vhook
video4linux
video4linux2
x264
xvid
zlib
'
HAVE_LIST
=
'
altivec_h
byteswap_h
dcbzl
dlfcn
dlopen
freetype2
gprof
imlib2
localtime_r
lrintf
malloc_h
memalign
mlib
sdl
sdl_video_size
'
# set temporary file name
# set temporary file name
if
test
!
-z
"
$TMPDIR
"
;
then
if
test
!
-z
"
$TMPDIR
"
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment