Ticket #20980: patch-osxaudio-addbaselib.diff

File patch-osxaudio-addbaselib.diff, 790 bytes (added by jeptorra@…, 15 years ago)

patch to add missing lib in Makefile.am

  • sys/osxaudio/Makefile.am

    From 19ae44f4e0076895337ba8c9dc3b72c61764dffe Mon Sep 17 00:00:00 2001
    From: David Schleef <ds@schleef.org>
    Date: Wed, 16 Sep 2009 20:28:27 +0000
    Subject: osxaudio: link against GST_BASE_LIBS
    
    ---
    diff --git sys/osxaudio/Makefile.am sys/osxaudio/Makefile.am
    index 0594383..cfd0c4d 100644
    libgstosxaudio_la_LIBADD = \ 
    1212    -lgstinterfaces-@GST_MAJORMINOR@  \
    1313    -lgstaudio-@GST_MAJORMINOR@       \
    1414    $(GST_PLUGINS_BASE_LIBS)          \
     15    $(GST_BASE_LIBS)                  \
    1516    $(GST_LIBS)
    1617libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,CoreServices
    1718libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static