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
c54d0a1a
Commit
c54d0a1a
authored
Sep 08, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed strptime test
Originally committed as revision 2235 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
33f25681
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
configure
configure
+0
-18
No files found.
configure
View file @
c54d0a1a
...
...
@@ -563,17 +563,6 @@ EOF
$cc
-o
$TMPE
$TMPC
2> /dev/null
||
_memalign
=
no
fi
cat
>
$TMPC
<<
EOF
#define _GNU_SOURCE
#include <time.h>
int main( void ) { return *strptime("", "", 0); }
EOF
strptime
=
no
if
$cc
-o
$TMPE
$TMPC
2> /dev/null
;
then
strptime
=
yes
fi
cat
>
$TMPC
<<
EOF
#include <time.h>
int main( void ) { localtime_r(NULL, NULL); }
...
...
@@ -925,15 +914,8 @@ if test "$gprof" = "yes" ; then
echo
"TARGET_GPROF=yes"
>>
config.mak
echo
"#define HAVE_GPROF 1"
>>
$TMPH
fi
if
test
"
$strptime
"
=
"yes"
;
then
echo
"#define HAVE_STRPTIME 1"
>>
$TMPH
else
echo
"BUILD_STRPTIME=yes"
>>
config.mak
fi
if
test
"
$localtime_r
"
=
"yes"
;
then
echo
"#define HAVE_LOCALTIME_R 1"
>>
$TMPH
else
echo
"BUILD_LOCALTIME_R=yes"
>>
config.mak
fi
if
test
"
$imlib2
"
=
"yes"
;
then
echo
"HAVE_IMLIB2=yes"
>>
config.mak
...
...
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