diff options
Diffstat (limited to 'src/audio_out/Makefile.am')
| -rw-r--r-- | src/audio_out/Makefile.am | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 0a2324b00..777710993 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -1,6 +1,6 @@ CFLAGS = @GLOBAL_CFLAGS@ -DXINE_COMPILE $(ALSA_CFLAGS) $(ESD_CFLAGS) $(IRIXAL_CFLAGS) $(ARTS_CFLAGS) -EXTRA_DIST = audio_alsa_out.c audio_alsa05_out.c audio_esd_out.c \ +EXTRA_DIST = audio_alsa_out.c audio_esd_out.c \ audio_sun_out.c audio_arts_out.c audio_irixal_out.c LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -16,9 +16,6 @@ endif # on the alsa project side # if HAVE_ALSA -if HAVE_ALSA05 -alsa05_module = xineplug_ao_out_alsa05.la -endif if HAVE_ALSA09 alsa_module = xineplug_ao_out_alsa.la endif @@ -46,19 +43,15 @@ endif # All of xine audio out plugins should be named like the # scheme "xineplug_ao_out_" # -#lib_LTLIBRARIES = $(oss_module) $(alsa05_module) $(alsa_module) $(sun_module) \ +#lib_LTLIBRARIES = $(oss_module) $(alsa_module) $(sun_module) \ # $(arts_module) $(esd_module) lib_LTLIBRARIES = $(oss_module) $(alsa_module) $(esd_module) $(sun_module) $(arts_module) \ - $(alsa05_module) $(irixal_module) + $(irixal_module) xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module -xineplug_ao_out_alsa05_la_SOURCES = audio_alsa05_out.c -xineplug_ao_out_alsa05_la_LIBADD = $(ALSA_LIBS) -xineplug_ao_out_alsa05_la_LDFLAGS = -avoid-version -module - xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module |
