1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00

build: Add explanatory comments to (optimization) blocks in the Makefiles

This commit is contained in:
Diego Biurrun
2014-07-31 04:52:24 -07:00
parent 835f798c7d
commit efd26bedec
4 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ OBJS = allcodecs.o \
raw.o \
utils.o \
# parts needed for many different codecs
# subsystems
OBJS-$(CONFIG_AANDCTTABLES) += aandcttab.o
OBJS-$(CONFIG_AC3DSP) += ac3dsp.o
OBJS-$(CONFIG_AUDIO_FRAME_QUEUE) += audio_frame_queue.o