diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-07-31 15:34:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-07-31 15:34:10 +0000 |
commit | a87776afa77f47a668df00c928c0befe81026864 (patch) | |
tree | a44592ec0daf967daa5d705decab0bc442ab2d36 /multimedia | |
parent | 4428dd3ea51342fd01ed51e10ae7b3ba60410bef (diff) |
Fix build/runtime with new ffmpeg
Reported by: pav
Obtained from: transcode cvs
Notes
Notes:
svn path=/head/; revision=196837
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 2 | ||||
-rw-r--r-- | multimedia/transcode/files/patch-export_aud_aux.c | 12 |
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) { |