This commit is contained in:
Cristian Morales Vega 2013-04-14 16:29:57 +01:00
parent 773e7d7755
commit a8f9a28def

View File

@ -56,7 +56,7 @@ INCLUDE_DIR=$(CWD)/../../matroska
MUX_SRC_DIR=$(CWD)/../../test/mux/
TAG_SRC_DIR=$(CWD)/../../test/tags/
# Librarires
# Libraries
INCLUDE=-I$(CWD)/../.. -I$(LIBEBML_INCLUDE_DIR)
LIBS=
MUX_LIBS=-lmatroska -lebml $(LIBICONV)