diff mpjpeg.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents d52c718e83f9
children 77e0c7511d41
line wrap: on
line diff
--- a/mpjpeg.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/mpjpeg.c	Tue Jun 03 16:20:54 2008 +0000
@@ -55,7 +55,7 @@
 
 AVOutputFormat mpjpeg_muxer = {
     "mpjpeg",
-    "Mime multipart JPEG format",
+    NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"),
     "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
     "mjpg",
     0,