diff options
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r-- | src/Makefile.Watcom | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index b09ec6b0b..6f7e8b261 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -72,13 +72,13 @@ CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6 !ifdef %zlib_root ZLIB_ROOT = $(%zlib_root) !else -ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 +ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.7 !endif !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.2 !endif !ifdef %librtmp_root @@ -90,7 +90,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8w +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8x !endif !ifdef %ares_root |