summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-09-10 08:20:40 +0000
committerMonty <xiphmont@xiph.org>2002-09-10 08:20:40 +0000
commitfab91598786c6017cd70faefb63242efbe9f4262 (patch)
tree423d426bc1a8fc73c06509f3010332019e946a6a /Makefile.am
parent88ab84dfc62514c2807fcbf4b3673544efb1cf37 (diff)
downloadtremor-fab91598786c6017cd70faefb63242efbe9f4262.tar.gz
Add patch to eliminate some trig redundancy
Also eliminate bitreverse table git-svn-id: https://svn.xiph.org/trunk/Tremor@3898 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b4481f..13f0f93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ ivorbisfile_example_LDFLAGS = -static
ivorbisfile_example_LDADD = libvorbisidec.la
example:
- ln -s . vorbis
+ -ln -fs . vorbis
$(MAKE) ivorbisfile_example
debug: