remove --without-resample

This commit is contained in:
Niels
2015-10-21 23:35:24 +02:00
parent 9e3f2b9edc
commit f76d037deb

View File

@@ -26,8 +26,6 @@ For each package, run the confgure and make:
make && make install
```
If you want to build against libav-11 or later, you have to disable the resampler using `./configure --without-libresample` (this disables pitching up and down the audio) as veejay has not transitioned yet to the new API
If you want veejay to be optimized for the current cpu-type, you do not need to pass any parameters. If you don't now what cpu veejay will be running on , pass `--with-arch-target=auto` to configure.