diff options
| -rw-r--r-- | redhat/Makefile.r14 | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index a9497c65d..5a00615d4 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -233,6 +233,13 @@ ifneq ($(wildcard /boot/vmlinuz*.el6*),)  	$(call buildpkg,3rdparty/mftrace)  endif + +mp4v2: +# Build on OpenSUSE only +ifneq ($(wildcard /etc/SuSE-release),) +	$(call buildpkg,3rdparty/mp4v2) +endif +  pcsc-perl:  # Build on CentOS   ifneq ($(wildcard /etc/centos-release /boot/vmlinuz*.el5*),) @@ -319,7 +326,7 @@ abakus:	tdebase  adept:	tdebase  	$(call buildpkg,applications/adept) -amarok:	tdebase cmake +amarok:	tdebase cmake mp4v2  	$(call buildpkg,applications/amarok)  basket:	tdebase | 
