Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/NeutrinoRDP.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-04-09 20:32:42 +0400
committerJay Sorg <jay.sorg@gmail.com>2013-04-09 20:32:42 +0400
commit61f0dbdd0932987923d4c4db7f2a933e257af446 (patch)
tree365cdb619df6386fe639f0956302469f7d9f0bac /channels
parent4d5eb0f3c669343103bfae3fa602a89edbd27144 (diff)
added note for Ubuntu 10.04
Diffstat (limited to 'channels')
-rw-r--r--channels/xrdpvr/xrdpvr_player.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/channels/xrdpvr/xrdpvr_player.c b/channels/xrdpvr/xrdpvr_player.c
index c52580c..be210ae 100644
--- a/channels/xrdpvr/xrdpvr_player.c
+++ b/channels/xrdpvr/xrdpvr_player.c
@@ -37,6 +37,11 @@ debian 6
#define LIBAVCODEC_VERSION_MINOR 20
#define LIBAVCODEC_VERSION_MICRO 1
+ubuntu 10.04
+#define LIBAVCODEC_VERSION_MAJOR 52
+#define LIBAVCODEC_VERSION_MINOR 20
+#define LIBAVCODEC_VERSION_MICRO 1
+
ubuntu 10.10
#define LIBAVCODEC_VERSION_MAJOR 52
#define LIBAVCODEC_VERSION_MINOR 72