diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-09 15:13:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-09 15:13:13 +0000 |
commit | f9a981e88ed9b1d93d888fb19f51cc4f5ebbfb36 (patch) | |
tree | 014ad4fa9a6caa17381b109a23774d4b2c05f76f /multimedia/x264 | |
parent | abcdef501e5a29e50020ed22f87f6776893a5040 (diff) |
Notes
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 600c9cd0f6d1..8d8077b0e346 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -27,7 +27,7 @@ PLIST_FILES= bin/x264 \ include/x264.h \ lib/libx264.a \ lib/libx264.so \ - lib/libx264.so.47 \ + lib/libx264.so.49 \ libdata/pkgconfig/x264.pc OPTIONS= GPAC "Enable MPEG-4 Output" On \ |