mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add explicit path to libogg
This commit is contained in:
@@ -23,7 +23,7 @@ topdir = ../..
|
||||
|
||||
PROGRAM_NAME = test_seeking
|
||||
INCLUDES = -I../libFLAC/include -I$(topdir)/include
|
||||
LIBS = -lOggFLAC -lFLAC -logg -lm
|
||||
LIBS = -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm
|
||||
SRCS_C = \
|
||||
main.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user