mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstvorbis.la
|
||
|
|
||
|
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c
|
||
|
libgstvorbis_la_LIBADD = $(VORBIS_LIBS)
|
||
|
libgstvorbis_la_CFLAGS = $(VORBIS_CFLAGS) $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = vorbisenc.h vorbisdec.h
|