Skip to content

Commit

Permalink
Fix file inclusions in libmythtv.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent 880d2f6 commit a61188c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -101,7 +101,7 @@ QMAKE_CLEAN += $(TARGET) $(TARGETA) $(TARGETD) $(TARGET0) $(TARGET1) $(TARGET2)

# Headers needed by frontend & backend
HEADERS += filter.h format.h
HEADERS += frame.h compat.h
HEADERS += frame.h

# LZO used by NuppelDecoder & NuppelVideoRecorder
HEADERS += lzoconf.h
Expand Down Expand Up @@ -350,14 +350,15 @@ using_frontend {
HEADERS += videodisplayprofile.h mythcodecid.h
HEADERS += videoouttypes.h util-osd.h
HEADERS += videooutwindow.h videocolourspace.h
HEADERS += videovisual.h videovisualdefs.h
HEADERS += visualisations/videovisual.h
HEADERS += visualisations/videovisualdefs.h
SOURCES += videooutbase.cpp videoout_null.cpp
SOURCES += videobuffers.cpp vsync.cpp
SOURCES += jitterometer.cpp yuv2rgb.cpp
SOURCES += videodisplayprofile.cpp mythcodecid.cpp
SOURCES += videooutwindow.cpp util-osd.cpp
SOURCES += videocolourspace.cpp
SOURCES += videovisual.cpp
SOURCES += visualisations/videovisual.cpp

using_opengl | using_vdpau {
# Goom
Expand All @@ -373,8 +374,8 @@ using_frontend {

using_libfftw3 {
DEFINES += FFTW3_SUPPORT
HEADERS += videovisualspectrum.h
SOURCES += videovisualspectrum.cpp
HEADERS += visualisations/videovisualspectrum.h
SOURCES += visualisations/videovisualspectrum.cpp
using_opengl: HEADERS += videovisualcircles.h
using_opengl: SOURCES += videovisualcircles.cpp
}
Expand Down

0 comments on commit a61188c

Please sign in to comment.