diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:05:54 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:05:54 +0200 |
| commit | cbcc2cc3c185b5799f34a7918b44b743a70decab (patch) | |
| tree | 84477501c7f749c2ba2557ffd3962535be33237a /src/Makefile.am | |
| parent | 39bf7da5d0ec2e6b6a6b96e97689dd29445b7810 (diff) | |
| download | xine-lib-cbcc2cc3c185b5799f34a7918b44b743a70decab.tar.gz xine-lib-cbcc2cc3c185b5799f34a7918b44b743a70decab.tar.bz2 | |
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
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |
