mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 16:49:59 +01:00
fix compile warnings, fix setting of optimziation level, move subsample to libsubsample, disable optimization level for libsubsample, fix crash on exit, clean up, smaller bugfixes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
INCLUDES = -I$(top_srcdir)/libOSC -I$(includedir)
|
||||
AM_CFLAGS=$(OP_CFLAGS)
|
||||
OSC_LIB_FILE = libOSC.la
|
||||
noinst_LTLIBRARIES = $(OSC_LIB_FILE)
|
||||
libOSC_la_CFLAGS = $(AM_CFLAGS)
|
||||
libOSC_la_SOURCES = OSC-address-space.c \
|
||||
OSC-callbacklist.c \
|
||||
OSC-drop.c \
|
||||
|
||||
Reference in New Issue
Block a user