diff options
author | vdrfan <vdrfan@svn> | 2010-08-22 14:23:44 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-08-22 14:23:44 +0000 |
commit | eb92cac315c03f6d8bb906b0e4077aad62ceaaa8 (patch) | |
tree | 74a8f100461d5fa0ea8ed309570b2e5c1527ec77 /lib/librtmp | |
parent | 05a90954893e3ee4583144c84f104f19a88ebcd1 (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/Makefile | 1 |
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 |