mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# test_seeking - Seeking tester for libFLAC and libOggFLAC
|
||||
# test_seeking - Seeking tester for libFLAC
|
||||
# Copyright (C) 2004,2005,2006 Josh Coalson
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
@@ -27,9 +27,9 @@ PROGRAM_NAME = test_seeking
|
||||
INCLUDES = -I../libFLAC/include -I$(topdir)/include
|
||||
|
||||
ifeq ($(DARWIN_BUILD),yes)
|
||||
EXPLICIT_LIBS = $(libdir)/libOggFLAC.a $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm
|
||||
EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm
|
||||
else
|
||||
LIBS = -lOggFLAC -lFLAC -L$(OGG_LIB_DIR) -logg -lm
|
||||
LIBS = -lFLAC -L$(OGG_LIB_DIR) -logg -lm
|
||||
endif
|
||||
|
||||
SRCS_C = \
|
||||
|
||||
Reference in New Issue
Block a user