summaryrefslogtreecommitdiff
path: root/package/rtmpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/rtmpdump/Makefile')
-rw-r--r--package/rtmpdump/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rtmpdump/Makefile b/package/rtmpdump/Makefile
index 1375fcef3..256098f4b 100644
--- a/package/rtmpdump/Makefile
+++ b/package/rtmpdump/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/rules.mk
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= rtmpdump
PKG_VERSION:= 2.4
@@ -22,7 +22,7 @@ PKG_SUBPKGS:= RTMPDUMP LIBRTMP
PKGSD_LIBRTMP:= library for rtmp streams
PKGSC_LIBRTMP:= libs/video
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,RTMPDUMP,rtmpdump,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBRTMP,librtmp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBRTMP},${PKGSC_LIBRTMP},${PKG_OPTS}))
@@ -39,4 +39,4 @@ librtmp-install:
$(CP) $(WRKINST)/usr/lib/librtmp*so.* \
$(IDIR_LIBRTMP)/usr/lib
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk