mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
adding sine stuff
Original commit message from CVS: adding sine stuff
This commit is contained in:
parent
c2f6ad5224
commit
493ee13497
1 changed files with 8 additions and 0 deletions
8
gst/Makefile.am
Normal file
8
gst/Makefile.am
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
if USE_SINE
|
||||||
|
SINE_DIR=sine
|
||||||
|
else
|
||||||
|
SINE_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS=$(SINE_DIR)
|
||||||
|
DIST_SUBDIRS=sine
|
Loading…
Reference in a new issue