diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-01 05:18:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-01 05:18:11 +0000 |
commit | a6b395ba01c323720da7c4c1372ae01241032ae7 (patch) | |
tree | 70f079ccf17f33f15f258478abb28ad0ed72b533 /multimedia/vlc-devel/files/patch-configure | |
parent | update news/inn-stable: (diff) |
a) Update to 0.6.0
b) Maintainer timeout:
Oldest PR was submitted at Tue Apr 08 08:40:14 PDT 2003
PR: 50728, 51590, 53935
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (#50728, #53935)
Gleb Smirnoff <glebius@cell.sick.ru> (#51590)
Notes
Notes:
svn path=/head/; revision=86099
Diffstat (limited to 'multimedia/vlc-devel/files/patch-configure')
-rw-r--r-- | multimedia/vlc-devel/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure new file mode 100644 index 000000000000..54bebea7aed0 --- /dev/null +++ b/multimedia/vlc-devel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Jun 30 18:06:22 2003 ++++ configure Mon Jun 30 18:07:02 2003 +@@ -14017,7 +14017,7 @@ + fi + + +-#BUILTINS="${BUILTINS} mpeg_video_old idct idctclassic motion" ++BUILTINS="${BUILTINS} mpeg_video_old idct idctclassic motion" + PLUGINS="${PLUGINS} dummy rc logger gestures memcpy" + PLUGINS="${PLUGINS} es audio m4v mpeg_system ps ts avi asf aac mp4 rawdv" + PLUGINS="${PLUGINS} spudec mpeg_audio lpcm a52 dts cinepak" |