comparison libaf/Makefile @ 25315:dfa8a510c81c

Fix all current known multi-channel wrong order problems by adding common functions for channel reordering. This fixes these modules by adding channel reordering code for 5.0/5.1 audio: ao: pcm ad: dmo, faad, ffmpeg(ac3, dca, libfaad, liba52), pcm ae: faac, lavc(ac3, libfaac), pcm
author ulion
date Mon, 10 Dec 2007 16:53:30 +0000
parents 8133163bd1dd
children b265c001e64a
comparison
equal deleted inserted replaced
25314:02e2e7a5599a 25315:dfa8a510c81c
24 af_tools.c \ 24 af_tools.c \
25 af_volnorm.c \ 25 af_volnorm.c \
26 af_volume.c \ 26 af_volume.c \
27 filter.c \ 27 filter.c \
28 format.c \ 28 format.c \
29 reorder_ch.c \
29 window.c \ 30 window.c \
30 $(AF_SRCS) \ 31 $(AF_SRCS) \
31 32
32 SRCS_COMMON-$(HAVE_SYS_MMAN_H) += af_export.c 33 SRCS_COMMON-$(HAVE_SYS_MMAN_H) += af_export.c
33 SRCS_COMMON-$(LIBAVCODEC) += af_lavcresample.c 34 SRCS_COMMON-$(LIBAVCODEC) += af_lavcresample.c