aboutsummaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-07-31 15:34:10 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-07-31 15:34:10 +0000
commita87776afa77f47a668df00c928c0befe81026864 (patch)
treea44592ec0daf967daa5d705decab0bc442ab2d36 /multimedia/transcode
parent4428dd3ea51342fd01ed51e10ae7b3ba60410bef (diff)
downloadports-a87776afa77f47a668df00c928c0befe81026864.tar.gz
ports-a87776afa77f47a668df00c928c0befe81026864.zip
Notes
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile2
-rw-r--r--multimedia/transcode/files/patch-export_aud_aux.c12
2 files changed, 13 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index e1925fcd9694..6a68425cadd9 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://fromani.exit1.org/
diff --git a/multimedia/transcode/files/patch-export_aud_aux.c b/multimedia/transcode/files/patch-export_aud_aux.c
new file mode 100644
index 000000000000..3056c88414d5
--- /dev/null
+++ b/multimedia/transcode/files/patch-export_aud_aux.c
@@ -0,0 +1,12 @@
+--- export/aud_aux.c.orig 2007-07-31 10:11:13.000000000 -0400
++++ export/aud_aux.c 2007-07-31 10:10:10.000000000 -0400
+@@ -361,8 +361,7 @@
+
+ pthread_mutex_lock(&init_avcodec_lock);
+ avcodec_init();
+- register_avcodec(&ac3_encoder);
+- register_avcodec(&mp2_encoder);
++ avcodec_register_all();
+ pthread_mutex_unlock(&init_avcodec_lock);
+
+ switch (o_codec) {