Skip to content

Missing bitstream.h and bitstream.c in Quintet code #2

@lubosz

Description

@lubosz

I suppose you forgot to commit a file.
The build of the quinlet compression shows that there should be a bitstream.c and h:

QT       += core gui

TARGET = quintetcompression
TEMPLATE = lib
CONFIG += plugin

DESTDIR = ../../plugins

SOURCES += Global.cpp \
           Comp.cpp \
           ../../lowlevelstuff/src/compressions/quintet1/quintet1_compression.c \
           bitstream.c \
           quintetcompression.cpp

HEADERS += Global.h \
           Comp.h \
           ../../lowlevelstuff/src/compressions/quintet1/quintet1_compression.h \
           quintetcompression.h \
           bitstream.h

INCLUDEPATH += ../../lowlevelstuff/src/compressions/quintet1/

Something that should have been commited with 9bc5721

Only way to work around this is to not build the Quintlet module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions