mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 23:14:33 -04:00
Split Ogg packets larger than 64kb into multiple pages
The implementation is not very efficient, but the current Ogg code makes it hard to write it properly. :( Patch by Marc Halbruegge BUG:171957 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1019459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -6,6 +6,7 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/ogg/vorbis \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/riff/aiff \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2/frames
|
||||
@ -24,7 +25,8 @@ test_runner_SOURCES = \
|
||||
test_id3v2.cpp \
|
||||
test_xiphcomment.cpp \
|
||||
test_riff.cpp \
|
||||
test_aiff.cpp
|
||||
test_aiff.cpp \
|
||||
test_ogg.cpp
|
||||
|
||||
if build_tests
|
||||
TESTS = test_runner
|
||||
|
Reference in New Issue
Block a user