aboutsummaryrefslogtreecommitdiff
path: root/lib/librtmp
diff options
context:
space:
mode:
authorvdrfan <vdrfan@svn>2010-08-22 14:23:44 +0000
committervdrfan <vdrfan@svn>2010-08-22 14:23:44 +0000
commiteb92cac315c03f6d8bb906b0e4077aad62ceaaa8 (patch)
tree74a8f100461d5fa0ea8ed309570b2e5c1527ec77 /lib/librtmp
parent05a90954893e3ee4583144c84f104f19a88ebcd1 (diff)
fixed: missing prefix in librtmp Makefile for non osx builds
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33037 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/librtmp')
-rw-r--r--lib/librtmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librtmp/Makefile b/lib/librtmp/Makefile
index 5ef9b31309..b0611b0544 100644
--- a/lib/librtmp/Makefile
+++ b/lib/librtmp/Makefile
@@ -29,6 +29,7 @@ ifeq ($(OSTYPE),Darwin)
endif
else
SYS=posix
+ prefix=/usr
endif
LIBRTMP = librtmp/librtmp/librtmp.so