diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-07-31 04:52:24 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-15 02:55:21 -0700 |
commit | efd26bedec9a345a5960dbfcbaec888418f2d4e6 (patch) | |
tree | d3ba0a5d8ae40c4bee448201e427cd43fff5ce81 /libavcodec/ppc/Makefile | |
parent | 835f798c7d20bca89eb4f3593846251ad0d84e4b (diff) | |
download | ffmpeg-efd26bedec9a345a5960dbfcbaec888418f2d4e6.tar.gz |
build: Add explanatory comments to (optimization) blocks in the Makefiles
Diffstat (limited to 'libavcodec/ppc/Makefile')
-rw-r--r-- | libavcodec/ppc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile index 29c8415059..c6ff0f1132 100644 --- a/libavcodec/ppc/Makefile +++ b/libavcodec/ppc/Makefile @@ -1,5 +1,6 @@ OBJS += ppc/fmtconvert_altivec.o \ +# subsystems OBJS-$(CONFIG_AUDIODSP) += ppc/audiodsp.o OBJS-$(CONFIG_BLOCKDSP) += ppc/blockdsp.o OBJS-$(CONFIG_FFT) += ppc/fft_init.o \ @@ -20,6 +21,7 @@ OBJS-$(CONFIG_PIXBLOCKDSP) += ppc/pixblockdsp.o OBJS-$(CONFIG_VIDEODSP) += ppc/videodsp_ppc.o OBJS-$(CONFIG_VP3DSP) += ppc/vp3dsp_altivec.o +# decoders/encoders OBJS-$(CONFIG_APE_DECODER) += ppc/apedsp_altivec.o OBJS-$(CONFIG_SVQ1_ENCODER) += ppc/svq1enc_altivec.o OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o |