mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 13:34:19 -04:00
Don't wrote the Vorbis framing bit to OggFLAC files
https://bugs.launchpad.net/maxosx/+bug/445970 http://www.hydrogenaudio.org/forums/index.php?showtopic=75263 CCMAIL:me@sbooth.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1039704 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -7,6 +7,8 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/ogg/vorbis \
|
||||
-I$(top_srcdir)/taglib/ogg/flac \
|
||||
-I$(top_srcdir)/taglib/flac \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/riff/aiff \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2/frames
|
||||
@ -26,7 +28,8 @@ test_runner_SOURCES = \
|
||||
test_xiphcomment.cpp \
|
||||
test_riff.cpp \
|
||||
test_aiff.cpp \
|
||||
test_ogg.cpp
|
||||
test_ogg.cpp \
|
||||
test_oggflac.cpp
|
||||
|
||||
if build_tests
|
||||
TESTS = test_runner
|
||||
|
Reference in New Issue
Block a user