Changeset 7

Show
Ignore:
Timestamp:
06/26/07 14:19:28 (1 year ago)
Author:
sip
Message:

Fixed compilation issues with swscale

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • media/Makefile

    r6 r7  
    5454 
    5555INCLUDE+= -I$(SRCDIR)/media/include/ -I$(SRCDIR)/xmlrpc/include -I$(SRCDIR)/xmlrpc/lib/abyss/src 
    56 LDFLAGS+= -lavcodec -lgsm -lpthread 
     56LDFLAGS+= -lavcodec -lgsm -lpthread -lswscale 
    5757LDXMLFLAGS+= -lxmlrpc -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_abyss -lxmlrpc_server -L$(SRCDIR)/xmlrpc/lib  
    5858LDFLAGS+= $(LDXMLFLAGS) 
  • media/include/framescaler.h

    r6 r7  
    11#ifndef _FRAMESCALER_H_ 
    22#define _FRAMESCALER_H_ 
     3extern "C" { 
    34#include <ffmpeg/swscale.h> 
     5} 
    46#include <config.h> 
    57 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software