Skip to content

Commit

Permalink
Move libmythbluray to externals
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Dec 17, 2012
1 parent 1c1a7b9 commit 47ab650
Show file tree
Hide file tree
Showing 655 changed files with 43 additions and 16 deletions.
3 changes: 3 additions & 0 deletions mythtv/configure
Expand Up @@ -6231,5 +6231,8 @@ if ! disabled hdhomerun ; then
${qmakeconf} -o Makefile.lib CONFIG+=Makefile.lib; \
${qmakeconf} -o Makefile.app CONFIG+=Makefile.app)
fi
echo "Configuring libmythbluray..."
(cd external/libmythbluray ; \
${qmakeconf} -o Makefile)

test -n "$WARNINGS" && printf "\n$WARNINGS" || exit 0
5 changes: 4 additions & 1 deletion mythtv/external/Makefile
@@ -1,6 +1,6 @@
include ../config.mak

SUBDIRS = FFmpeg zeromq nzmqt qjson
SUBDIRS = FFmpeg zeromq nzmqt qjson libmythbluray

ifdef CONFIG_HDHOMERUN
SUBDIRS += libhdhomerun
Expand Down Expand Up @@ -54,3 +54,6 @@ libhdhomerun-all libhdhomerun-clean libhdhomerun-distclean libhdhomerun-install
${MAKE} -C libhdhomerun -f Makefile.lib ${@:libhdhomerun-%=%}
${MAKE} -C libhdhomerun -f Makefile.app ${@:libhdhomerun-%=%}

libmythbluray-all libmythbluray-clean libmythbluray-distclean libmythbluray-install libmythbluray-uninstall:
${MAKE} -C libmythbluray ${@:libmythbluray-%=%}

@@ -1,3 +1,7 @@
17/12/2012:

Modifications to utils/ to support streaming from storage groups

8/23/2010:

No current significant differences with upstream. Header files need:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 47ab650

Please sign in to comment.