Merge branch 'dev' of github.com:facebook/zstd into dev

This commit is contained in:
Yann Collet 2016-11-30 11:03:59 -08:00
commit 99672d1231

View File

@ -10,5 +10,5 @@ Name: zstd
Description: lossless compression algorithm library
URL: https://github.com/facebook/zstd
Version: @VERSION@
Libs: -L@LIBDIR@ -lzstd
Cflags: -I@INCLUDEDIR@
Libs: -L${libdir} -lzstd
Cflags: -I${includedir}