Adding fields to the struct

This commit is contained in:
Jean-Marc Valin 2007-11-29 18:06:21 +11:00
parent 405025dea8
commit 07ec79072d

View file

@ -9,7 +9,7 @@
lib_LTLIBRARIES = libcelt.la lib_LTLIBRARIES = libcelt.la
# Sources for compilation in the library # Sources for compilation in the library
libcelt_la_SOURCES = mdct.c libcelt_la_SOURCES = celt.c mdct.c
#noinst_HEADERS = #noinst_HEADERS =