]> git.sesse.net Git - vlc/commitdiff
Mono audio filter is a channel_mixer and not a convertor.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 25 Sep 2006 08:02:12 +0000 (08:02 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 25 Sep 2006 08:02:12 +0000 (08:02 +0000)
modules/audio_filter/channel_mixer/Modules.am
modules/audio_filter/channel_mixer/mono.c [moved from modules/audio_filter/converter/mono.c with 100% similarity]
modules/audio_filter/converter/Modules.am

index 11f45dd96ad0cf081ba03ca2ead581b662ac5333..9c4ef4609361a1acdd9312cc2055a1277b060820 100644 (file)
@@ -2,3 +2,4 @@ SOURCES_trivial_channel_mixer = trivial.c
 SOURCES_simple_channel_mixer = simple.c
 SOURCES_headphone_channel_mixer = headphone.c
 SOURCES_dolby_surround_decoder = dolby.c
+SOURCES_mono = mono.c
index 411fecae775ea531d9535f94ae4fcef2a70d1037..76462b45d76cac354dcf22bb3be8ee9e19c9a945 100644 (file)
@@ -15,4 +15,3 @@ SOURCES_s8tofloat32 = s8tofloat32.c
 SOURCES_u8tofixed32 = u8tofixed32.c
 SOURCES_u8tofloat32 = u8tofloat32.c
 SOURCES_mpgatofixed32 = mpgatofixed32.c
-SOURCES_mono = mono.c