mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
fft-example: re-add Makefile.am
This commit is contained in:
parent
f4213c5e85
commit
5398950012
1 changed files with 6 additions and 0 deletions
6
tests/examples/fft/Makefile.am
Normal file
6
tests/examples/fft/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
noinst_PROGRAMS = fftrange
|
||||
fftrange_SOURCES = fftrange.c
|
||||
fftrange_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
fftrange_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstfft-$(GST_MAJORMINOR) $(GST_LIBS)
|
||||
|
Loading…
Reference in a new issue