|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
* |
|
|
|
|
* You should have received a copy of the GNU Lesser General Public |
|
|
|
|
* License along with this library; if not, write to the Free Software |
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
|
*/ |
|
|
|
|
#define HAVE_AV_CONFIG_H |
|
|
|
|
#include <limits.h> |
|
|
|
@ -4176,7 +4176,7 @@ static void show_license(void) |
|
|
|
|
"\n" |
|
|
|
|
"You should have received a copy of the GNU General Public License\n" |
|
|
|
|
"along with this program; if not, write to the Free Software\n" |
|
|
|
|
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" |
|
|
|
|
"Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n" |
|
|
|
|
); |
|
|
|
|
#else |
|
|
|
|
printf( |
|
|
|
@ -4192,7 +4192,7 @@ static void show_license(void) |
|
|
|
|
"\n" |
|
|
|
|
"You should have received a copy of the GNU Lesser General Public\n" |
|
|
|
|
"License along with this library; if not, write to the Free Software\n" |
|
|
|
|
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" |
|
|
|
|
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n" |
|
|
|
|
); |
|
|
|
|
#endif |
|
|
|
|
exit(1); |
|
|
|
|