diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-23 11:52:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-23 11:52:41 +0000 |
commit | d6c098b6592d57d75f5c65b7006e77b53cbe6856 (patch) | |
tree | e578cf8c1e38248dc0362ef8e419ecd34b19c549 /multimedia/gstreamer-plugins-all | |
parent | 83acff3d92e2f3061f6656667390d46a086f54a8 (diff) |
Don't depend on mpeg2enc of swfdec gstreamer plugins since they are broken
Notes
Notes:
svn path=/head/; revision=201814
Diffstat (limited to 'multimedia/gstreamer-plugins-all')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index c408936a5a37..79b6ff8ce8da 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -27,6 +27,8 @@ OPTIONS= # Hacky.. but it works the way it is set up... .if defined(PACKAGE_BUILDING) WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package +WITHOUT_SWFDEC= yes # Broken +WITHOUT_MPEG2ENC= yes # Broken .endif # Remove core, yes |