diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-09-11 18:20:34 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-09-11 18:20:34 +0000 |
commit | ec613ae510f8bcdffd53adb419e3a27f4376fc4f (patch) | |
tree | e1486e4acd0c4b38cf9820664135735cff588cf5 /src | |
parent | 2f58825d0ac8e32bcb29e7942bc125444be03390 (diff) | |
download | xine-lib-ec613ae510f8bcdffd53adb419e3a27f4376fc4f.tar.gz xine-lib-ec613ae510f8bcdffd53adb419e3a27f4376fc4f.tar.bz2 |
IRIXAL_LIBS not needed when building sun audio driver :-)
CVS patchset: 2654
CVS date: 2002/09/11 18:20:34
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index bca1d3352..e40f2485e 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -57,7 +57,7 @@ xineplug_ao_out_esd_la_LIBADD = $(ESD_LIBS) xineplug_ao_out_esd_la_LDFLAGS = -avoid-version -module xineplug_ao_out_sun_la_SOURCES = audio_sun_out.c -xineplug_ao_out_sun_la_LIBADD = $(IRIXAL_LIBS) +xineplug_ao_out_sun_la_LIBADD = xineplug_ao_out_sun_la_LDFLAGS = -avoid-version -module xineplug_ao_out_irixal_la_SOURCES = audio_irixal_out.c |