[vlc-commits] audioqueue: no need to compile packet.c anymore

Felix Paul Kühne git at videolan.org
Mon Jan 21 13:37:44 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 21 13:19:36 2013 +0100| [dbc10d6597d4914f02b39dac06bc14194cdaa62e] | committer: Felix Paul Kühne

audioqueue: no need to compile packet.c anymore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbc10d6597d4914f02b39dac06bc14194cdaa62e
---

 modules/audio_output/Modules.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/Modules.am b/modules/audio_output/Modules.am
index 6ccd3c5..fe9b19c 100644
--- a/modules/audio_output/Modules.am
+++ b/modules/audio_output/Modules.am
@@ -1,6 +1,6 @@
 SOURCES_waveout = waveout.c windows_audio_common.h packet.c
 SOURCES_auhal = TPCircularBuffer.h TPCircularBuffer.c auhal.c packet.c
-SOURCES_audioqueue = audioqueue.c packet.c
+SOURCES_audioqueue = audioqueue.c
 
 libopensles_android_plugin_la_SOURCES = opensles_android.c
 libopensles_android_plugin_la_CFLAGS = $(AM_CFLAGS)



More information about the vlc-commits mailing list