Ticket #9129: compile_mac_fix.patch

File compile_mac_fix.patch, 1.1 KB (added by criezy, 14 years ago)
  • dist/macosx/Info.plist

     
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    33<plist version="1.0">
    44<dict>
    55        <key>CFBundleDisplayName</key>
     
    99        <key>LSHasLocalizedDisplayName</key>
    1010        <false/>
    1111        <key>CFBundleExecutable</key>
    12         <string>tools_gui</string>
     12        <string>scummvm-tools</string>
    1313        <key>CFBundleIconFile</key>
    1414        <string>scummvmtools.icns</string>
    1515        <key>CFBundleIdentifier</key>
  • compress.cpp

     
    2626#include <sstream>
    2727#include <stdio.h>
    2828
     29#ifdef HAVE_CONFIG_H
     30#include <config.h>
     31#endif /* HAVE_CONFIG_H */
     32
    2933#include "compress.h"
    3034
    3135#ifdef USE_VORBIS
    3236#include <vorbis/vorbisenc.h>