diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/schroedinger/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/schroedinger/Makefile.am b/ext/schroedinger/Makefile.am index 23869243..6a895c51 100644 --- a/ext/schroedinger/Makefile.am +++ b/ext/schroedinger/Makefile.am @@ -14,6 +14,7 @@ libgstschro_la_CFLAGS = \ $(GST_CFLAGS) \ $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ + -DGST_USE_UNSTABLE_API \ $(SCHRO_CFLAGS) libgstschro_la_LIBADD = \ $(GST_LIBS) \ |