diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-10 06:05:57 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-10 06:05:57 +0800 |
commit | f97b87bd5aa1268af52c1d054c0f1e072819b079 (patch) | |
tree | 04a71857d93428b8fe459bf0ec9ddeb363d5f0fb /multimedia/Makefile | |
parent | 3dbe190cec536875267ceb44bb599f29bf28afeb (diff) | |
download | freebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.tar.gz freebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.tar.zst freebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.zip |
- Move vdpau-video to libva-vdpau-driver to follow upstream project
name change
- Update to 0.7.4
- Take maintainership
- Update master site
- Undeprecate
- Remove ABI version number from LIB_DEPENDS
- Convert to new options framework
- Add note in UPDATING about the move
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index b225e2cc8bbf..cf6422999196 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -168,6 +168,7 @@ SUBDIR += libtuner SUBDIR += libv4l SUBDIR += libva + SUBDIR += libva-vdpau-driver SUBDIR += libvdpau SUBDIR += libvpx SUBDIR += libxine @@ -330,7 +331,6 @@ SUBDIR += vcdimager SUBDIR += vcdpad SUBDIR += vcdtools - SUBDIR += vdpau-video SUBDIR += vdpauinfo SUBDIR += vdr SUBDIR += vdr-plugin-control |