mirror of
https://github.com/lingble/tegra-demo-distro.git
synced 2025-10-29 11:42:26 +00:00
Content imported from the old test distro, with the following modifications: * Removed most custom configuration files * All open-source layers fully included under layers/ * Secureboot support removed * Layout reworked to eliminate extra subdirectory for core layer * Added meta-tegra-support layer for holding common metadata for use by all distro layers * Reworked setup-env script to be usable for multiple distros sharing the repository * Added demo image recipes and packagegroups Signed-off-by: Matt Madison <matt@madison.systems>
27 lines
750 B
Diff
27 lines
750 B
Diff
Index: tegra_multimedia_api/include/NvJpegDecoder.h
|
|
===================================================================
|
|
--- tegra_multimedia_api.orig/include/NvJpegDecoder.h
|
|
+++ tegra_multimedia_api/include/NvJpegDecoder.h
|
|
@@ -56,7 +56,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
-#include "jpeglib.h"
|
|
+#include "libjpeg-8b/jpeglib.h"
|
|
#include "NvElement.h"
|
|
#include "NvBuffer.h"
|
|
|
|
Index: tegra_multimedia_api/include/NvJpegEncoder.h
|
|
===================================================================
|
|
--- tegra_multimedia_api.orig/include/NvJpegEncoder.h
|
|
+++ tegra_multimedia_api/include/NvJpegEncoder.h
|
|
@@ -57,7 +57,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
-#include "jpeglib.h"
|
|
+#include "libjpeg-8b/jpeglib.h"
|
|
#include "NvElement.h"
|
|
#include "NvBuffer.h"
|
|
|