Support #1573
closedSize
100%
Description
I compared the size of the previous executable with the one of the current git:
current git:
-rwxrwxr-x 1 root src 29M 2013-10-26 23:54 markad
previous git (form end 2012):
-rwxr-xr-x 1 root root 123K 2013-01-23 18:31 markad
Why is the current git so much larger? Is it correct?
Updated by Joe_D about 11 years ago
- Status changed from New to Feedback
It must be something with your environment, on my system markad has 365899 Bytes...
Updated by satellit almost 11 years ago
I tried it several times but I cannot find an error. I do the following:
apt-get install git-core
aptitude install libavcodec-dev
cd /usr/include
git clone git://projects.vdr-developer.org/vdr.git /usr/include/vdr-1-7-21
ln -s /usr/include/vdr-1-7-21 /usr/include/vdr
change in /usr/include/vdr because I am using the reelbox# vi dvbdevice.h
/*#if (DVB_API_VERSION << 8 | DVB_API_VERSION_MINOR) < 0x0503
#error VDR requires Linux DVB driver API version 5.0 or higher!
#endif*/
cd /usr/include
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg ODER apt-get source ffmpeg
aptitude install yasm
cd ffmpeg/
cat INSTALL
./configure
make
make install
ln -s /usr/include/ffmpeg/libavformat /usr/include/libavformat
ln -s /usr/include/ffmpeg/libavutil /usr/include/libavutil
cd /usr/src
git clone git://projects.vdr-developer.org/vdr-plugin-markad.git markad-1-4_09617a66
cd /usr/src/markad-1-4_09617a66
make
make install
Do you have an idee what I can improve? Thanks
Updated by Joe_D almost 11 years ago
- Status changed from Feedback to Rejected
- Assignee set to Joe_D
- % Done changed from 0 to 100
Sorry, i have no clue...