Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2ce92289
Commit
2ce92289
authored
Nov 14, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unused variables.
Originally committed as revision 7034 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
33206876
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
configure
configure
+0
-9
No files found.
configure
View file @
2ce92289
...
@@ -1956,7 +1956,6 @@ print_config HAVE_ $TMPH config.mak $HAVE_LIST
...
@@ -1956,7 +1956,6 @@ print_config HAVE_ $TMPH config.mak $HAVE_LIST
print_config CONFIG_
$TMPH
config.mak
$CONFIG_LIST
print_config CONFIG_
$TMPH
config.mak
$CONFIG_LIST
if
test
"
$mingw32
"
=
"yes"
;
then
if
test
"
$mingw32
"
=
"yes"
;
then
echo
"CONFIG_MINGW=yes"
>>
config.mak
echo
"HAVE_W32THREADS=yes"
>>
config.mak
echo
"HAVE_W32THREADS=yes"
>>
config.mak
echo
"#define HAVE_W32THREADS 1"
>>
$TMPH
echo
"#define HAVE_W32THREADS 1"
>>
$TMPH
echo
"#define HAVE_THREADS 1"
>>
$TMPH
echo
"#define HAVE_THREADS 1"
>>
$TMPH
...
@@ -1966,9 +1965,7 @@ if test "$mingw32" = "yes" ; then
...
@@ -1966,9 +1965,7 @@ if test "$mingw32" = "yes" ; then
fi
fi
if
test
"
$mingwce
"
=
"yes"
;
then
if
test
"
$mingwce
"
=
"yes"
;
then
echo
"CONFIG_MINGW=yes"
>>
config.mak
echo
"#define CONFIG_WINCE 1"
>>
$TMPH
echo
"#define CONFIG_WINCE 1"
>>
$TMPH
echo
"CONFIG_WINCE=yes"
>>
config.mak
echo
"#ifndef __MINGW32__"
>>
$TMPH
echo
"#ifndef __MINGW32__"
>>
$TMPH
echo
"#define __MINGW32__ 1"
>>
$TMPH
echo
"#define __MINGW32__ 1"
>>
$TMPH
echo
"#endif"
>>
$TMPH
echo
"#endif"
>>
$TMPH
...
@@ -1976,16 +1973,11 @@ fi
...
@@ -1976,16 +1973,11 @@ fi
if
test
"
$os2
"
=
"yes"
;
then
if
test
"
$os2
"
=
"yes"
;
then
echo
"#define CONFIG_OS2 1"
>>
$TMPH
echo
"#define CONFIG_OS2 1"
>>
$TMPH
echo
"CONFIG_OS2=yes"
>>
config.mak
echo
"HAVE_OS2THREADS=yes"
>>
config.mak
echo
"HAVE_OS2THREADS=yes"
>>
config.mak
echo
"#define HAVE_OS2THREADS 1"
>>
$TMPH
echo
"#define HAVE_OS2THREADS 1"
>>
$TMPH
echo
"#define HAVE_THREADS 1"
>>
$TMPH
echo
"#define HAVE_THREADS 1"
>>
$TMPH
fi
fi
if
test
"
$targetos
"
=
"SunOS"
;
then
echo
"#define CONFIG_SUNOS 1"
>>
$TMPH
fi
if
test
"
$targetos
"
=
"BeOS"
;
then
if
test
"
$targetos
"
=
"BeOS"
;
then
echo
"HAVE_BEOSTHREADS=yes"
>>
config.mak
echo
"HAVE_BEOSTHREADS=yes"
>>
config.mak
echo
"#define HAVE_BEOSTHREADS 1"
>>
$TMPH
echo
"#define HAVE_BEOSTHREADS 1"
>>
$TMPH
...
@@ -1994,7 +1986,6 @@ fi
...
@@ -1994,7 +1986,6 @@ fi
if
test
"
$targetos
"
=
"Darwin"
;
then
if
test
"
$targetos
"
=
"Darwin"
;
then
echo
"#define CONFIG_DARWIN 1"
>>
$TMPH
echo
"#define CONFIG_DARWIN 1"
>>
$TMPH
echo
"CONFIG_DARWIN=yes"
>>
config.mak
fi
fi
if
test
"
$need_inet_aton
"
=
"yes"
;
then
if
test
"
$need_inet_aton
"
=
"yes"
;
then
...
...
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