summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:55:55 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:55:55 +0200
commitb82a1365fcbfb32c4e24dfdc607b685d09c4d520 (patch)
treea9c26f45af65fc4eec77ac8176a45ffd63b8e6f8 /src/demuxers/Makefile.am
parentd67f284ec89bf3252e9d2830115ced391727f1e4 (diff)
downloadxine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.gz
xine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.bz2
Create a single NSF plugin that includes both the demuxer (previously in the audio group) and the decoder. One of the two plugins without the other would be useless.
--HG-- rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index b1e747bcc..b57dc7369 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -111,7 +111,7 @@ xineplug_dmx_games_la_SOURCES = group_games.c demux_eawve.c \
xineplug_dmx_games_la_LIBADD = $(XINE_LIB)
xineplug_dmx_audio_la_SOURCES = group_audio.c demux_aud.c demux_aiff.c \
- demux_cdda.c demux_mpgaudio.c demux_nsf.c \
+ demux_cdda.c demux_mpgaudio.c \
demux_realaudio.c demux_snd.c demux_voc.c \
demux_vox.c demux_wav.c demux_ac3.c id3.c \
demux_aac.c demux_mod.c demux_flac.c \