egl: Add destroy notify instead of always calling eglTerminate() on the display
[platform/upstream/gstreamer.git] / ext / cdaudio / Makefile.am
1 plugin_LTLIBRARIES = libgstcdaudio.la
2
3 libgstcdaudio_la_SOURCES = gstcdaudio.c 
4 libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
5 libgstcdaudio_la_LIBADD = $(GST_LIBS)
6 libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
7 libgstcdaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
8