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
3ed1a2ee
Commit
3ed1a2ee
authored
16 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics: Remove useless backslashes.
Originally committed as revision 13556 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b006b26c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+4
-4
4 additions, 4 deletions
configure
with
4 additions
and
4 deletions
configure
+
4
−
4
View file @
3ed1a2ee
...
@@ -1531,8 +1531,8 @@ fi
...
@@ -1531,8 +1531,8 @@ fi
# AltiVec flags: The FSF version of GCC differs from the Apple version
# AltiVec flags: The FSF version of GCC differs from the Apple version
if
enabled altivec
;
then
if
enabled altivec
;
then
check_cflags
-maltivec
-mabi
=
altivec
&&
\
check_cflags
-maltivec
-mabi
=
altivec
&&
{
check_header altivec.h
&&
inc_altivec_h
=
"#include <altivec.h>"
;
}
||
\
{
check_header altivec.h
&&
inc_altivec_h
=
"#include <altivec.h>"
;
}
||
check_cflags
-faltivec
check_cflags
-faltivec
# check if our compiler supports Motorola AltiVec C API
# check if our compiler supports Motorola AltiVec C API
...
@@ -2211,9 +2211,9 @@ pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION"
...
@@ -2211,9 +2211,9 @@ pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION"
pkgconfig_generate libavcodec
"FFmpeg codec library"
"
$LIBAVCODEC_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavutil =
$LIBAVUTIL_VERSION
"
pkgconfig_generate libavcodec
"FFmpeg codec library"
"
$LIBAVCODEC_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavutil =
$LIBAVUTIL_VERSION
"
pkgconfig_generate libavformat
"FFmpeg container format library"
"
$LIBAVFORMAT_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavcodec =
$LIBAVCODEC_VERSION
"
pkgconfig_generate libavformat
"FFmpeg container format library"
"
$LIBAVFORMAT_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavcodec =
$LIBAVCODEC_VERSION
"
pkgconfig_generate libavdevice
"FFmpeg device handling library"
"
$LIBAVDEVICE_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavformat =
$LIBAVFORMAT_VERSION
"
pkgconfig_generate libavdevice
"FFmpeg device handling library"
"
$LIBAVDEVICE_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavformat =
$LIBAVFORMAT_VERSION
"
enabled avfilter
&&
\
enabled avfilter
&&
pkgconfig_generate libavfilter
"FFmpeg video filtering library"
"
$LIBAVFILTER_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavutil =
$LIBAVUTIL_VERSION
"
pkgconfig_generate libavfilter
"FFmpeg video filtering library"
"
$LIBAVFILTER_VERSION
"
"
$extralibs
"
"
$pkg_requires
libavutil =
$LIBAVUTIL_VERSION
"
enabled postproc
&&
\
enabled postproc
&&
pkgconfig_generate libpostproc
"FFmpeg post processing library"
"
$LIBPOSTPROC_VERSION
"
pkgconfig_generate libpostproc
"FFmpeg post processing library"
"
$LIBPOSTPROC_VERSION
"
if
enabled swscale
;
then
if
enabled swscale
;
then
pkgconfig_generate libswscale
"FFmpeg image rescaling library"
"
$LIBSWSCALE_VERSION
"
""
"libavutil =
$LIBAVUTIL_VERSION
"
pkgconfig_generate libswscale
"FFmpeg image rescaling library"
"
$LIBSWSCALE_VERSION
"
""
"libavutil =
$LIBAVUTIL_VERSION
"
...
...
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