summaryrefslogtreecommitdiff
path: root/src/flac/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaliy Kirsanov <krokoziabla@yandex-team.ru>2019-04-25 17:27:09 +0300
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-05-04 11:41:48 +1000
commit5d81610eb57b45963053f1380c35005a8a6185fb (patch)
treec222238eba6e0ede3b62391dd8e34cd8f4806491 /src/flac/CMakeLists.txt
parenta82a014cf14cb58280b20106a2e919ba1c48e0e6 (diff)
downloadflac-5d81610eb57b45963053f1380c35005a8a6185fb.tar.gz
Fixed dependency between grabbag and utf8
Diffstat (limited to 'src/flac/CMakeLists.txt')
-rw-r--r--src/flac/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flac/CMakeLists.txt b/src/flac/CMakeLists.txt
index 6275aca2..240209d6 100644
--- a/src/flac/CMakeLists.txt
+++ b/src/flac/CMakeLists.txt
@@ -13,7 +13,6 @@ add_executable(flac
target_link_libraries(flac
FLAC-static
getopt
- grabbag
replaygain_synthesis
utf8)