Ticket #9243: libmyth-ogl.diff

File libmyth-ogl.diff, 553 bytes (added by Lawrence Rust <lvr@…>, 13 years ago)

Remove multiple copies of mythrender_opengl.cpp

  • libs/libmythtv/libmythtv.pro

     
    345345        HEADERS += util-opengl.h
    346346        SOURCES += util-opengl.cpp
    347347        HEADERS += mythrender_opengl.h
    348         SOURCES += mythrender_opengl.cpp
     348        # libmythui includes mythrender_opengl.cpp
     349        # SOURCES += mythrender_opengl.cpp
    349350        QT += opengl
    350351    }
    351352    using_opengl_vsync:DEFINES += USING_OPENGL_VSYNC