# HG changeset patch # User diego # Date 1194462347 0 # Node ID 53b9a531f4902c6cb2ee65026213f5dcc3866106 # Parent 0ff7c5289e68482dc301c458c206380dd898e338 Give the libnut muxer a lib prefix in its name so it does not conflict with the native implementation. diff -r 0ff7c5289e68 -r 53b9a531f490 libnut.c --- a/libnut.c Wed Nov 07 14:20:40 2007 +0000 +++ b/libnut.c Wed Nov 07 19:05:47 2007 +0000 @@ -151,7 +151,7 @@ } AVOutputFormat libnut_muxer = { - "nut", + "libnut", "nut format", "video/x-nut", "nut",