diff options
Diffstat (limited to 'package/celt051/celt051.mk')
-rw-r--r-- | package/celt051/celt051.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/celt051/celt051.mk b/package/celt051/celt051.mk index 528dfcecf..a0ab935e7 100644 --- a/package/celt051/celt051.mk +++ b/package/celt051/celt051.mk @@ -18,7 +18,7 @@ CELT051_DEPENDENCIES = libogg # if target is the same kind as host (ie. same arch, same bitness, # same endianness, so that /usr/lib contains libraries linkable by # our cross-compiler) -CELT051_CONF_OPT = \ +CELT051_CONF_OPTS = \ --enable-fixed-point \ --disable-fixed-point-debug \ --disable-experimental-postfilter \ |