aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.RUS2
-rw-r--r--src/plugins/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 85d0f596c..c6df9549a 100644
--- a/README
+++ b/README
@@ -58,7 +58,7 @@ Requirements:
- faad2 >= 2.6.1 (Optional)
- libbs2b >= 3.0.0 (Optional)
- libprojectM >= 1.2.0 (Optional)
-- libenca >= 1.11 (Optional)
+- libenca >= 1.9 (Optional)
- mplayer (Optional)
- cmake >= 2.6.0 (for build only)
diff --git a/README.RUS b/README.RUS
index 2184f4300..81bbcfe39 100644
--- a/README.RUS
+++ b/README.RUS
@@ -58,7 +58,7 @@ Qmmp - Qt-based multimedia player
- faad2 >= 2.6.1 (Опционально)
- libbs2b >= 3.0.0 (Опционально)
- libprojectM >= 1.2.0 (Опционально)
-- libenca >= 1.11 (Опционально)
+- libenca >= 1.9 (Опционально)
- mplayer (Опционально)
- cmake >= 2.6.0 (только для сборки)
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index 1100795a8..6498c727c 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -1,6 +1,6 @@
SET(USE_ENCA TRUE CACHE BOOL "enable/disable libenca support")
include(FindPkgConfig)
-pkg_search_module(ENCA enca>=1.11)
+pkg_search_module(ENCA enca>=1.9)
add_subdirectory(Input)
add_subdirectory(Output)
add_subdirectory(Visual)