Skip to content

Commit

Permalink
Use correct path for goom stuff in libmythtv.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed May 5, 2013
1 parent 1b21ccd commit de70795
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -365,14 +365,30 @@ using_frontend {

using_opengl | using_vdpau {
# Goom
HEADERS += goom/filters.h goom/goomconfig.h goom/goom_core.h goom/graphic.h
HEADERS += goom/ifs.h goom/lines.h goom/drawmethods.h
HEADERS += goom/mmx.h goom/mathtools.h goom/tentacle3d.h goom/v3d.h
HEADERS += videovisualgoom.h
SOURCES += goom/filters.c goom/goom_core.c goom/graphic.c goom/tentacle3d.c
SOURCES += goom/ifs.c goom/ifs_display.c goom/lines.c goom/surf3d.c
SOURCES += goom/zoom_filter_mmx.c goom/zoom_filter_xmmx.c
SOURCES += videovisualgoom.cpp
HEADERS += visualisations/goom/filters.h
HEADERS += visualisations/goom/goomconfig.h
HEADERS += visualisations/goom/goom_core.h
HEADERS += visualisations/goom/graphic.h
HEADERS += visualisations/goom/ifs.h
HEADERS += visualisations/goom/lines.h
HEADERS += visualisations/goom/drawmethods.h
HEADERS += visualisations/goom/mmx.h
HEADERS += visualisations/goom/mathtools.h
HEADERS += visualisations/goom/tentacle3d.h
HEADERS += visualisations/goom/v3d.h
HEADERS += visualisations/videovisualgoom.h

SOURCES += visualisations/goom/filters.c
SOURCES += visualisations/goom/goom_core.c
SOURCES += visualisations/goom/graphic.c
SOURCES += visualisations/goom/tentacle3d.c
SOURCES += visualisations/goom/ifs.c
SOURCES += visualisations/goom/ifs_display.c
SOURCES += visualisations/goom/lines.c
SOURCES += visualisations/goom/surf3d.c
SOURCES += visualisations/goom/zoom_filter_mmx.c
SOURCES += visualisations/goom/zoom_filter_xmmx.c
SOURCES += visualisations/videovisualgoom.cpp
}

using_libfftw3 {
Expand Down

0 comments on commit de70795

Please sign in to comment.