mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
cc62cef6fa
Original commit message from CVS: fold enumcaps into caps/; clean up Makefile.am files
36 lines
488 B
Makefile
36 lines
488 B
Makefile
include ../Rules
|
|
|
|
tests_pass = \
|
|
app_fixate \
|
|
enumcaps \
|
|
intersection \
|
|
compatibility \
|
|
deserialize \
|
|
normalisation \
|
|
union \
|
|
string-conversions \
|
|
fixed \
|
|
fraction-convert \
|
|
fraction-multiply-and-zero \
|
|
intersect2 \
|
|
caps \
|
|
value_compare \
|
|
value_intersect \
|
|
value_serialize \
|
|
audioscale \
|
|
filtercaps \
|
|
eratosthenes \
|
|
renegotiate \
|
|
subtract \
|
|
sets \
|
|
simplify \
|
|
random \
|
|
structure
|
|
|
|
EXTRA_DIST = caps_strings
|
|
|
|
noinst_HEADERS = \
|
|
caps.h
|
|
|
|
tests_fail =
|
|
tests_ignore =
|