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
ad0e31f1
Commit
ad0e31f1
authored
Feb 02, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: prettyprinting cosmetics
parent
80391552
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
76 additions
and
79 deletions
+76
-79
Makefile
Makefile
+4
-3
Makefile
libavcodec/alpha/Makefile
+6
-6
Makefile
libavcodec/bfin/Makefile
+7
-7
Makefile
libavcodec/ppc/Makefile
+4
-7
Makefile
libavcodec/sh4/Makefile
+3
-3
Makefile
libavcodec/sparc/Makefile
+2
-2
Makefile
libavcodec/x86/Makefile
+40
-47
Makefile
libavformat/Makefile
+2
-2
Makefile
libswscale/Makefile
+8
-2
No files found.
Makefile
View file @
ad0e31f1
...
@@ -98,9 +98,10 @@ config.h: .config
...
@@ -98,9 +98,10 @@ config.h: .config
@
-printf
'\nWARNING: $(?F) newer than config.h, rerun configure\n\n'
@
-printf
'\nWARNING: $(?F) newer than config.h, rerun configure\n\n'
@
-tput
sgr0 2>/dev/null
@
-tput
sgr0 2>/dev/null
SUBDIR_VARS
:=
OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS
\
SUBDIR_VARS
:=
CLEANFILES DIRS EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS
\
ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS
\
ARCH_HEADERS BUILT_HEADERS SKIPHEADERS
\
HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS
ALTIVEC-OBJS ARMV6-OBJS MMX-OBJS NEON-OBJS YASM-OBJS
\
OBJS TESTOBJS
define
RESET
define
RESET
$(1)
:
=
$(1)
:
=
...
...
libavcodec/alpha/Makefile
View file @
ad0e31f1
libavcodec/bfin/Makefile
View file @
ad0e31f1
libavcodec/ppc/Makefile
View file @
ad0e31f1
OBJS
+=
ppc/dsputil_ppc.o
\
OBJS
+=
ppc/dsputil_ppc.o
\
FFT-OBJS-$(HAVE_GNU_AS)
+=
ppc/fft_altivec_s.o
\
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
$(FFT-OBJS-yes)
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264_altivec.o
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
ppc/mpegaudiodec_altivec.o
ALTIVEC-OBJS-$(CONFIG_VC1_DECODER)
+=
ppc/vc1dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VC1_DECODER)
+=
ppc/vc1dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP3_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP3_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP5_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP5_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP6_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP6_DECODER)
+=
ppc/vp3dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP8_DECODER)
+=
ppc/vp8dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP8_DECODER)
+=
ppc/vp8dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
ppc/mpegaudiodec_altivec.o
FFT-OBJS-$(HAVE_GNU_AS)
+=
ppc/fft_altivec_s.o
\
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
$(FFT-OBJS-yes)
OBJS-$(HAVE_ALTIVEC)
+=
ppc/dsputil_altivec.o
\
OBJS-$(HAVE_ALTIVEC)
+=
ppc/dsputil_altivec.o
\
ppc/fdct_altivec.o
\
ppc/fdct_altivec.o
\
ppc/float_altivec.o
\
ppc/float_altivec.o
\
...
...
libavcodec/sh4/Makefile
View file @
ad0e31f1
libavcodec/sparc/Makefile
View file @
ad0e31f1
libavcodec/x86/Makefile
View file @
ad0e31f1
OBJS-$(CONFIG_MLP_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_MLP_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_TRUEHD_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_TRUEHD_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_XMM_CLOBBER_TEST)
+=
x86/w64xmmtest.o
YASM-OBJS-$(CONFIG_DCT)
+=
x86/dct32_sse.o
OBJS-$(HAVE_MMX)
+=
x86/dsputil_mmx.o
\
x86/fdct_mmx.o
\
x86/fmtconvert_mmx.o
\
x86/idct_mmx_xvid.o
\
x86/idct_sse2_xvid.o
\
x86/motion_est_mmx.o
\
x86/mpegvideo_mmx.o
\
x86/simple_idct_mmx.o
\
MMX-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp_init.o
MMX-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp_mmx.o
MMX-OBJS-$(CONFIG_CAVS_DECODER)
+=
x86/cavsdsp_mmx.o
MMX-OBJS-$(CONFIG_DNXHD_ENCODER)
+=
x86/dnxhd_mmx.o
MMX-OBJS-$(CONFIG_DWT)
+=
x86/snowdsp_mmx.o
MMX-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc_mmx.o
MMX-OBJS-$(CONFIG_FFT)
+=
x86/fft.o
MMX-OBJS-$(CONFIG_GPL)
+=
x86/idct_mmx.o
MMX-OBJS-$(CONFIG_H264DSP)
+=
x86/h264dsp_mmx.o
MMX-OBJS-$(CONFIG_H264PRED)
+=
x86/h264_intrapred_init.o
MMX-OBJS-$(CONFIG_LPC)
+=
x86/lpc_mmx.o
MMX-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/mpegaudiodec_mmx.o
MMX-OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp-init.o
MMX-OBJS-$(CONFIG_PRORES_DECODER)
+=
x86/proresdsp-init.o
MMX-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp_init.o
MMX-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp_init.o
\
x86/rv40dsp_init.o
MMX-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_mmx.o
MMX-OBJS-$(CONFIG_VP5_DECODER)
+=
x86/vp56dsp_init.o
MMX-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp56dsp_init.o
MMX-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp-init.o
YASM-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp.o
YASM-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp.o
YASM-OBJS-$(CONFIG_DCT)
+=
x86/dct32_sse.o
YASM-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc_yasm.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOW)
+=
x86/fft_3dn.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOW)
+=
x86/fft_3dn.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT)
+=
x86/fft_3dn2.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT)
+=
x86/fft_3dn2.o
YASM-OBJS-FFT-$(HAVE_SSE)
+=
x86/fft_sse.o
YASM-OBJS-FFT-$(HAVE_SSE)
+=
x86/fft_sse.o
YASM-OBJS-$(CONFIG_FFT)
+=
x86/fft_mmx.o
\
YASM-OBJS-$(CONFIG_FFT)
+=
x86/fft_mmx.o
\
$(YASM-OBJS-FFT-yes)
$(YASM-OBJS-FFT-yes)
YASM-OBJS-$(CONFIG_H264CHROMA)
+=
x86/h264_chromamc.o
\
YASM-OBJS-$(CONFIG_H264CHROMA)
+=
x86/h264_chromamc.o
\
x86/h264_chromamc_10bit.o
x86/h264_chromamc_10bit.o
MMX-OBJS-$(CONFIG_H264DSP)
+=
x86/h264dsp_mmx.o
YASM-OBJS-$(CONFIG_H264DSP)
+=
x86/h264_deblock.o
\
YASM-OBJS-$(CONFIG_H264DSP)
+=
x86/h264_deblock.o
\
x86/h264_deblock_10bit.o
\
x86/h264_deblock_10bit.o
\
x86/h264_idct.o
\
x86/h264_idct.o
\
x86/h264_idct_10bit.o
\
x86/h264_idct_10bit.o
\
x86/h264_weight.o
\
x86/h264_weight.o
\
x86/h264_weight_10bit.o
\
x86/h264_weight_10bit.o
YASM-OBJS-$(CONFIG_H264PRED)
+=
x86/h264_intrapred.o
\
YASM-OBJS-$(CONFIG_H264PRED)
+=
x86/h264_intrapred.o
\
x86/h264_intrapred_10bit.o
x86/h264_intrapred_10bit.o
MMX-OBJS-$(CONFIG_H264PRED)
+=
x86/h264_intrapred_init.o
YASM-OBJS-$(CONFIG_H264QPEL)
+=
x86/h264_qpel_10bit.o
YASM-OBJS-$(CONFIG_H264QPEL)
+=
x86/h264_qpel_10bit.o
YASM-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/imdct36_sse.o
MMX-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp_init.o
YASM-OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp.o
YASM-OBJS-$(CONFIG_PRORES_DECODER)
+=
x86/proresdsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
MMX-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp_init.o
\
x86/rv40dsp_init.o
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
\
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
\
x86/rv40dsp.o
x86/rv40dsp.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_yasm.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_yasm.o
MMX-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp_mmx.o
YASM-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp.o
MMX-OBJS-$(CONFIG_CAVS_DECODER)
+=
x86/cavsdsp_mmx.o
MMX-OBJS-$(CONFIG_DNXHD_ENCODER)
+=
x86/dnxhd_mmx.o
MMX-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/mpegaudiodec_mmx.o
YASM-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/imdct36_sse.o
MMX-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc_mmx.o
YASM-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc_yasm.o
MMX-OBJS-$(CONFIG_GPL)
+=
x86/idct_mmx.o
MMX-OBJS-$(CONFIG_LPC)
+=
x86/lpc_mmx.o
YASM-OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp.o
MMX-OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp-init.o
YASM-OBJS-$(CONFIG_PRORES_DECODER)
+=
x86/proresdsp.o
MMX-OBJS-$(CONFIG_PRORES_DECODER)
+=
x86/proresdsp-init.o
MMX-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp_init.o
YASM-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp.o
MMX-OBJS-$(CONFIG_DWT)
+=
x86/snowdsp_mmx.o
MMX-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_mmx.o
YASM-OBJS-$(CONFIG_VP3_DECODER)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP3_DECODER)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP5_DECODER)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP5_DECODER)
+=
x86/vp3dsp.o
MMX-OBJS-$(CONFIG_VP5_DECODER)
+=
x86/vp56dsp_init.o
YASM-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp3dsp.o
\
YASM-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp3dsp.o
\
x86/vp56dsp.o
x86/vp56dsp.o
MMX-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp56dsp_init.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
MMX-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp-init.o
MMX-OBJS-$(HAVE_YASM)
+=
x86/dsputil_yasm.o
\
MMX-OBJS-$(HAVE_YASM)
+=
x86/dsputil_yasm.o
\
x86/deinterlace.o
\
x86/deinterlace.o
\
x86/fmtconvert.o
\
x86/fmtconvert.o
\
$(YASM-OBJS-yes)
$(YASM-OBJS-yes)
MMX-OBJS-$(CONFIG_FFT)
+=
x86/fft.o
OBJS-$(HAVE_MMX)
+=
x86/dsputil_mmx.o
\
x86/fdct_mmx.o
\
x86/fmtconvert_mmx.o
\
x86/idct_mmx_xvid.o
\
x86/idct_sse2_xvid.o
\
x86/motion_est_mmx.o
\
x86/mpegvideo_mmx.o
\
x86/simple_idct_mmx.o
\
OBJS-$(CONFIG_XMM_CLOBBER_TEST)
+=
x86/w64xmmtest.o
libavformat/Makefile
View file @
ad0e31f1
...
@@ -4,6 +4,8 @@ FFLIBS = avcodec avutil
...
@@ -4,6 +4,8 @@ FFLIBS = avcodec avutil
HEADERS
=
avformat.h avio.h version.h
HEADERS
=
avformat.h avio.h version.h
OBJS
=
allformats.o
\
OBJS
=
allformats.o
\
avio.o
\
aviobuf.o
\
cutils.o
\
cutils.o
\
id3v1.o
\
id3v1.o
\
id3v2.o
\
id3v2.o
\
...
@@ -329,8 +331,6 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o
...
@@ -329,8 +331,6 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o
OBJS-$(CONFIG_LIBRTMP)
+=
librtmp.o
OBJS-$(CONFIG_LIBRTMP)
+=
librtmp.o
# protocols I/O
# protocols I/O
OBJS
+=
avio.o aviobuf.o
OBJS-$(CONFIG_APPLEHTTP_PROTOCOL)
+=
hlsproto.o
OBJS-$(CONFIG_APPLEHTTP_PROTOCOL)
+=
hlsproto.o
OBJS-$(CONFIG_CONCAT_PROTOCOL)
+=
concat.o
OBJS-$(CONFIG_CONCAT_PROTOCOL)
+=
concat.o
OBJS-$(CONFIG_CRYPTO_PROTOCOL)
+=
crypto.o
OBJS-$(CONFIG_CRYPTO_PROTOCOL)
+=
crypto.o
...
...
libswscale/Makefile
View file @
ad0e31f1
...
@@ -3,8 +3,14 @@ FFLIBS = avutil
...
@@ -3,8 +3,14 @@ FFLIBS = avutil
HEADERS
=
swscale.h
HEADERS
=
swscale.h
OBJS
=
input.o options.o output.o rgb2rgb.o swscale.o
\
OBJS
=
input.o
\
swscale_unscaled.o utils.o yuv2rgb.o
options.o
\
output.o
\
rgb2rgb.o
\
swscale.o
\
swscale_unscaled.o
\
utils.o
\
yuv2rgb.o
\
OBJS-$(ARCH_BFIN)
+=
bfin/internal_bfin.o
\
OBJS-$(ARCH_BFIN)
+=
bfin/internal_bfin.o
\
bfin/swscale_bfin.o
\
bfin/swscale_bfin.o
\
...
...
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