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
db817cf3
Commit
db817cf3
authored
17 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
whitespace consistency cosmetics
Originally committed as revision 11068 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e59d9328
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+3
-3
3 additions, 3 deletions
configure
with
3 additions
and
3 deletions
configure
+
3
−
3
View file @
db817cf3
...
@@ -1251,7 +1251,7 @@ if enabled_any libfaad libfaadbin ; then
...
@@ -1251,7 +1251,7 @@ if enabled_any libfaad libfaadbin ; then
#ifndef FAAD2_VERSION
#ifndef FAAD2_VERSION
ok faad1
ok faad1
#endif
#endif
int main(
void
) { return 0; }
int main(void) { return 0; }
EOF
EOF
test
$?
=
0
&&
enable
libfaad2
test
$?
=
0
&&
enable
libfaad2
else
else
...
@@ -1541,7 +1541,7 @@ check_lib math.h sin -lm
...
@@ -1541,7 +1541,7 @@ check_lib math.h sin -lm
check_exec
<<
EOF
&& enable lrintf || disable lrintf
check_exec
<<
EOF
&& enable lrintf || disable lrintf
#define _ISOC9X_SOURCE 1
#define _ISOC9X_SOURCE 1
#include <math.h>
#include <math.h>
int main(
void
) { return (lrintf(3.999f) > 0)?0:1; }
int main(void) { return (lrintf(3.999f) > 0)?0:1; }
EOF
EOF
enabled_any libamr_nb libamr_wb
&&
enable
libamr
enabled_any libamr_nb libamr_wb
&&
enable
libamr
...
@@ -1643,7 +1643,7 @@ enabled network && enabled ipv6 && check_ld <<EOF && enable ipv6 || disable ipv6
...
@@ -1643,7 +1643,7 @@ enabled network && enabled ipv6 && check_ld <<EOF && enable ipv6 || disable ipv6
#include <sys/socket.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <netdb.h>
#include <netdb.h>
int main(
void
) {
int main(void) {
struct sockaddr_storage saddr;
struct sockaddr_storage saddr;
struct ipv6_mreq mreq6;
struct ipv6_mreq mreq6;
getaddrinfo(0,0,0,0);
getaddrinfo(0,0,0,0);
...
...
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