]> git.sesse.net Git - ffmpeg/blobdiff - postproc/swscale_internal.h
Patch by Stefan Huehner / stefan % huehner ! org \
[ffmpeg] / postproc / swscale_internal.h
index fff873297c53df86ca0691de1490dba35ad3a19d..c6611da509143793e3dfc760a1795ba1a3a9bfaf 100644 (file)
@@ -13,7 +13,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
 #ifndef SWSCALE_INTERNAL_H
@@ -29,7 +29,7 @@
 #define AVV(x...) {x}
 #endif
 
-#include "../mp_msg.h"
+#include "mp_msg.h"
 
 #define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args )
 #define MSG_FATAL(args...) mp_msg(MSGT_SWS,MSGL_FATAL, ##args )