From 0e0d536d4d4c3c354fdebd7ee8b1c70a2a9edc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 20:47:46 +0200 Subject: Move the flac plugins sources into the combined directory, like wavpack. --HG-- rename : src/libflac/decoder_flac.c => src/combined/decoder_flac.c rename : src/libflac/demux_flac.c => src/combined/demux_flac.c rename : src/libflac/demux_flac.h => src/combined/demux_flac.h --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0d5621593..df8e2d462 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,6 @@ SUBDIRS = \ libspeex \ libreal \ libfaad \ - libflac \ libmusepack \ post \ combined -- cgit v1.2.3 From 54999f68a60f0f814566babb2df0f9a18089d149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 22:00:36 +0200 Subject: Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file. --HG-- rename : src/liblpcm/xine_decoder.c => src/libxineadec/xine_lpcm_decoder.c --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index df8e2d462..90f51ee50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,6 @@ SUBDIRS = \ libdts \ libmad \ libw32dll \ - liblpcm \ libxinevdec \ libxineadec \ libvorbis \ -- cgit v1.2.3 From cbcc2cc3c185b5799f34a7918b44b743a70decab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 22:05:54 +0200 Subject: Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file. --HG-- rename : src/libvorbis/xine_decoder.c => src/libxineadec/xine_vorbis_decoder.c --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 90f51ee50..86832bf18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,6 @@ SUBDIRS = \ libw32dll \ libxinevdec \ libxineadec \ - libvorbis \ libtheora \ libspeex \ libreal \ -- cgit v1.2.3 From 961c91517ea9f2b8342b1f84e9afeb1afbf89ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 22:14:43 +0200 Subject: Move the Theora decoder from libtheora to libxinevdec, as it's a single file. --HG-- rename : src/libtheora/xine_decoder.c => src/libxinevdec/xine_theora_decoder.c --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 86832bf18..e6c684819 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,6 @@ SUBDIRS = \ libw32dll \ libxinevdec \ libxineadec \ - libtheora \ libspeex \ libreal \ libfaad \ -- cgit v1.2.3 From 63707aa6026241c7040b8cee59032aed10559e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 22:18:45 +0200 Subject: Move the Speex decoder from libspeex to libxineadec, as it's a single file. --HG-- rename : src/libspeex/xine_decoder.c => src/libxineadec/xine_speex_decoder.c --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e6c684819..6718b4805 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,6 @@ SUBDIRS = \ libw32dll \ libxinevdec \ libxineadec \ - libspeex \ libreal \ libfaad \ libmusepack \ -- cgit v1.2.3