Skip to content
Snippets Groups Projects
Commit a787da0e authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add libogg as link-time dependency for pdogg Makefile

parent 1974c42f
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ EXTRA_DIST = pdogg.c makefile.msvc HISTORY
ALL_CFLAGS = -I"$(PD_INCLUDE)"
ALL_LDFLAGS =
SHARED_LDFLAGS =
ALL_LIBS = $(shell pkg-config --libs vorbis vorbisenc vorbisfile)
ALL_LIBS = $(shell pkg-config --libs ogg vorbis vorbisenc vorbisfile)
LIBS_windows = -lpthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment