mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 14:10:02 +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,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)
|
||||
|
||||
Reference in New Issue
Block a user