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:
niels
2014-12-22 00:11:13 +01:00
parent 4527d809af
commit d07bc70cb8
39 changed files with 423 additions and 68 deletions

View File

@@ -1,7 +1,6 @@
# Makefile for veejay
EXTRA_DIST= hash.h
MAINTAINERCLEANFILES=Makefile.in
AM_CFLAGS=$(OP_CFLAGS)
INCLUDES = -I$(top_srcdir) -I$(includedir)
HASH_LIB_FILE = libhash.la
noinst_LTLIBRARIES = $(HASH_LIB_FILE)