author | mickeyl <mickeyl> | 2004-09-27 15:22:15 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-09-27 15:22:15 (UTC) |
commit | 69506a01906b2a3ce554478114d0c2a38617cf12 (patch) (unidiff) | |
tree | 2b71fd3b6fda323b54667c31d7d55a10d8eb7f77 | |
parent | b75990845aae58fe3f938699f9cbc66963416258 (diff) | |
download | opie-69506a01906b2a3ce554478114d0c2a38617cf12.zip opie-69506a01906b2a3ce554478114d0c2a38617cf12.tar.gz opie-69506a01906b2a3ce554478114d0c2a38617cf12.tar.bz2 |
mediaplayer2 works with recent libxine now
-rw-r--r-- | dependencies.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.in b/dependencies.in index 1cf8f5b..55b44e6 100644 --- a/dependencies.in +++ b/dependencies.in | |||
@@ -26,25 +26,25 @@ | |||
26 | boolean "Have sqlite >= 2.8.6" | 26 | boolean "Have sqlite >= 2.8.6" |
27 | default n | 27 | default n |
28 | 28 | ||
29 | config LIBSQLITE_LIB_DIR | 29 | config LIBSQLITE_LIB_DIR |
30 | string "LIBSQLITE library dir" | 30 | string "LIBSQLITE library dir" |
31 | depends LIBSQLITE_DEP | 31 | depends LIBSQLITE_DEP |
32 | 32 | ||
33 | config LIBSQLITE_INC_DIR | 33 | config LIBSQLITE_INC_DIR |
34 | string "LIBSQLITE include dir" | 34 | string "LIBSQLITE include dir" |
35 | depends LIBSQLITE_DEP | 35 | depends LIBSQLITE_DEP |
36 | 36 | ||
37 | config LIBXINE_DEP | 37 | config LIBXINE_DEP |
38 | boolean "Have libxine 1.0 beta11" | 38 | boolean "Have libxine >= 1.0rc6" |
39 | default "n" | 39 | default "n" |
40 | 40 | ||
41 | config LIBXINE_LIB_DIR | 41 | config LIBXINE_LIB_DIR |
42 | string "LIBXINE library dir" | 42 | string "LIBXINE library dir" |
43 | depends LIBXINE_DEP | 43 | depends LIBXINE_DEP |
44 | 44 | ||
45 | config LIBXINE_INC_DIR | 45 | config LIBXINE_INC_DIR |
46 | string "LIBXINE include dir" | 46 | string "LIBXINE include dir" |
47 | depends LIBXINE_DEP | 47 | depends LIBXINE_DEP |
48 | 48 | ||
49 | config LIBIPK_DEP | 49 | config LIBIPK_DEP |
50 | boolean "Have libipkg >= 0.99.120" | 50 | boolean "Have libipkg >= 0.99.120" |