summaryrefslogtreecommitdiffstats
path: root/flac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2014-07-02 22:22:38 +0200
committerFrantišek Dvořák <valtri@civ.zcu.cz>2014-07-02 22:22:38 +0200
commit59b0e77bf65c413e87649ca1fbe980fd4c6e86a8 (patch)
tree3215ce8cbb793e2e16288a6aabab4eb06fa17e66 /flac
downloadcodecs-testing-mingw-59b0e77bf65c413e87649ca1fbe980fd4c6e86a8.tar.gz
codecs-testing-mingw-59b0e77bf65c413e87649ca1fbe980fd4c6e86a8.tar.xz
codecs-testing-mingw-59b0e77bf65c413e87649ca1fbe980fd4c6e86a8.zip
Initial import.
Diffstat (limited to 'flac')
-rw-r--r--flac/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/flac/README b/flac/README
new file mode 100644
index 0000000..6d9576f
--- /dev/null
+++ b/flac/README
@@ -0,0 +1,13 @@
+==== Packages ====
+
+yum install flac
+yum install --enablerepo=updates-testing mingw32-flac-tools mingw64-flac-tools
+
+
+==== Info ====
+
+1) compressed data doesn't need to be the same for all platforms:
+ http://xiph.org/flac/faq.html#tools__different_sizes
+ http://sourceforge.net/p/flac/bugs/409/
+
+2) decompressed data MUST be the same (except WAVE metadata are not preserved, --keep-foreign-metadata option may help)