diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-08 21:44:30 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-08 21:44:30 +0800 |
commit | 5a840151ea97c3360ea094c2a624919da722a29e (patch) | |
tree | 8f2ea463dcf7edcfff7ebda058488acfe428cb32 /multimedia/gstreamer-plugins | |
parent | 71c71709dd5ca1d9619b99301a764da4b593ca66 (diff) | |
download | marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar.gz marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar.bz2 marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar.lz marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar.xz marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.tar.zst marcuscom-ports-5a840151ea97c3360ea094c2a624919da722a29e.zip |
Add support to polypaudio
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index e397b5921..bef8ded7a 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -351,6 +351,13 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ ${GST_LIB_DIR}/libgstsnapshot.so .endif +# polypaudio +.if ${GST_PLUGIN}=="polypaudio" +LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio +PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.so +GST_PLUGIN_DIR= ext/polyp +.endif + # sdl .if ${GST_PLUGIN}=="sdl" USE_SDL+= sdl |